Linux: vim

From RHS Wiki
Revision as of 16:47, 8 April 2015 by Rafahsolis (talk | contribs) (Created page with "'''Vim text editor''' {| class="wikitable" ! Command !! Description |- | i || Insert |- | :w || Write | :wq || Write & quit |- | :q! || Quit discarding changes |- | yy || Copy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Vim text editor

Command Description
i Insert
:w Write :wq Write & quit
:q! Quit discarding changes
yy Copy line
dd Cut line
p Paste