Nano is an alternative text editor. The key sequences in nano are entered using the keyboard, making nano a "modeless" editor, unlike vim. With the exception of Control and Meta key sequences, all the keys will enter text into the file being edited. You do not have to switch modes at all. In addition, nano provides some text aids. The 2.0 release enhances the usability and features of nano.
Read more »Nano Text Editor Course
http://beginlinux.com –
Tip: Easily Enable Syntax Highlighting in Nano Editor
http://tux.50webs.org –
Nano is one of the most lightweight and user-friendly text editors for command-line. For those who prefer to edit C, Bash, Python or other source files using Nano instead of an advanced IDE like Emacs or Vim, enabling syntax highlighting is probably a must-have.
Read more »100 Vim commands every programmer should know
http://www.catswhocode.com –
Since the 70’s, Vi is one of the programmer’s best friend. Nevermind you’re new to Vi or not, here’s a big list of 100 useful commands, organized by topic, which will make your coder life better.
Read more »- Login to post comments