Quantcast
Channel: niggeblogmann » uli
Viewing all articles
Browse latest Browse all 10

vim basics

$
0
0

i - Insert
ESC - Insert abbrechen --> command mode
d - delete
dd - delete current row
P - paste (in front of the cursor)
p - paste (behind the cursor)

: - starts a command (if you are in command-mode)
x - save & quit
w - write / save
q - quit


Viewing all articles
Browse latest Browse all 10

Trending Articles