- 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
- 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 []):