| >I just don't understand how this is possible I use nano as my daily driver, and here is how: - I have a nanorc I copy around but am quite comfortable without. Here it is. You can use it under WTFPL-1. Feel free to fork it, but I'm not accepting pull requests. set multibuffer
set nohelp
# Defaults for older versions
set nowrap
set smooth
set morespace
unset boldtext
- I use ^K and ^U to cut and paste lines of text.- If I need to edit multiple files, I use ^R - If I need to find and/or replace, I use ^W (find), optionally with ^R (replace) and/or M-R (Regexp). - Sometimes I need to go to a specific line/col, so I use ^_ Basically there's nothing else I want my text editor to do. I want minimal magic. |
When vi/vim aren't available, I usually just end up using sed.