Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Missing:

- Text Objects - :help text-object

- Not a true motion, but ctrl-i/o are very handy. :help ^i

- Remember that % searches forward on the same line to matching bracket so d% at the beginning of a function call deletes the entire call

- surround.vim plus the following keymap is the bee's knees(use like `s"[` for surround string with []):

    nmap s      ysi
    nmap S      ysa
    nmap s$     ys$
    nmap sv     gvs


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: