DEV Community

Discussion on: Is Vim or Nano Better for Linux User?

Collapse
 
cappe987 profile image
Casper

I'd argue that Vim learning curve isn't very steep. It's longer than Nano because Nano is very limited in functionality. Take 30 minutes to learn the basic Vim keys hjkli, Esc, and save/exit. Then you basically have what Nano has. Then continue learning as you go.

Vim also has these features by default:

  • Syntax highlighting for code/config files
  • Search and replace functionality
  • Go to line numbers
  • Auto-indentation and undo/redo capabilities