|
|
|
|
|
by Dangeranger
3031 days ago
|
|
You can do remote file editing with local editor setting using Emacs TRAMP which when used with SSH profiles treats remote files as if they were local files. If you love modal editing, as I do, you can use EVIL mode to emulate Vim quite well. I used Vim for years and switched within a month, most of the transition was in getting used to all the tools built into Emacs. Movement was identical, even things like text objects and Vim-surround work well. The quality of Emacs packages are very high and almost always “just work”. And when you do have to read the documentation it’s very easy to find and understand. |
|
Sublime Text has a plugin which implements the API; it runs full blown vim plugins.