Notepad/Edit equivalent for Linux command line
Posted
by Jason Kester
on Server Fault
See other posts from Server Fault
or by Jason Kester
Published on 2010-03-20T16:20:43Z
Indexed on
2010/03/20
16:31 UTC
Read the original article
Hit count: 301
I'm looking for a simple text editor that I can use from the command line in Linux to edit files. I'm used to editing files in windows, so I'm looking for something with the same keyboard interface. That means:
- SHIFT+Arrow Keys/PGUP/PGDN to select text
- CTRL+C, CTRL+X, CTRL+V to copy/cut/paste
And that's pretty much it. Surprisingly I'm having a tough time finding something like this. Vi/emacs are naturally out. Nano comes close, but has its own non-standard cut/paste/select keyboard shortcuts.
Surely this thing exists somewhere. Thanks in advance for pointing me in the right direction.
© Server Fault or respective owner