Changes

Jump to navigation Jump to search
m
no edit summary
Line 7: Line 7:  
* [http://www.lagmonster.org/docs/vi.html vi] is pretty much the default editor on most Linux distros. Learn it, love it.
 
* [http://www.lagmonster.org/docs/vi.html vi] is pretty much the default editor on most Linux distros. Learn it, love it.
 
* [https://www.vim.org/ vim] is an improved version of vi with plugin support and many more features. To install:
 
* [https://www.vim.org/ vim] is an improved version of vi with plugin support and many more features. To install:
: <code>apt-get -y install vim</code>
+
<syntaxhighlight lang="text">apt-get -y install vim</syntaxhighlight>
 
* [https://www.howtogeek.com/howto/42980/the-beginners-guide-to-nano-the-linux-command-line-text-editor/ nano] is easier to learn and preferred by many.
 
* [https://www.howtogeek.com/howto/42980/the-beginners-guide-to-nano-the-linux-command-line-text-editor/ nano] is easier to learn and preferred by many.
  

Navigation menu