Make nano usable
Run these simple commands and your nano will have vi-bindings in no time!
$ apt-get install vim
$ echo 'alias nano=vim' >> ~/.bashrc
$ . ~/.bashrc
$ nano /path/to/your/file
Profit!
- Create installation scripts for SUSE, Fedora, etc.