nano filename
vim filename
This editor is focused on being easy to use, but still providing every feature a user might need.
The interface consists of four parts, namely from top to bottom:
Nothing special, key-bindings visible while editing
Feature | Usage |
---|---|
Navigation | Arrow keys |
Actual editing | Typing text, as usual |
Cut/Paste line | <CTRL> +k / <CTRL> +u |
… | explained in key bindings field |
Use this editor if you are new to the command line.
It is straight forward, but can be extended on the way.
This editor is focused on productivity and efficiency, providing everything a user might need.
The simple interface consists of two parts:
Since this editor is very easy to extend, after setting up a few plug-ins, it will probably look quite different!
This is a multi-mode editor, you’ll have to switch modes whenever you change what you want to do.
Feature | Usage |
---|---|
Navigation | Arrow keys |
Writing | change to input mode, then write as usual |
Commands | exit current mode, press : |
… | explained on next slide |
Use this editor if you like a challenge.
It is fast and very nice — but you’ll sometimes get hurt on the way.
<HTML> <!– - Auto-indentation, Syntax highlighting, Multi-buffer – just like nano –> </HTML>
<ESC>
<RETURN>
):w [filename]
q
q!
h [topic]
, e.g. h tutorial
%s/old/new/gc
i
:
(colon)v
<SHIFT>-v
x
dd
d
/abc