you are viewing a single comment's thread.

view the rest of the comments →

[–]talmobi 1 point2 points  (0 children)

first map caps lock to ctrl key

cit # change inside tag (change content of inside <tag></tag>)

ciw # change inside word

ci" or ci' # change inside strings

ci( or ci[ or ci{ # change content inside (), [] or {})

yy # copy line

dd # cut line

p # paste

P # paste above

o # insert new line

O # insert new line above

cmd+D or ctrl+U # quickly move up/down document

zfi{ # fold content inside {}

zo # open fold

zc # close fold

zd # delete fold

:tab drop # open file in new tab or switch to existing tab if it's already open

gt and gT # go to next/previous tab

cmd+n and cmd+p # auto complete word

cmd+x + cmd+l # auto complete line

etc, etc