vim-dentures
vim-dentures copied to clipboard
Indentation text-objects - give your old Vim some new bytes!
Let `( )` denote the cursor position and `[ ]` denote visual selection. Consider this behavior of word objects: ``` f(o)o bar -> viw -> [fo(o)] bar -> iw ->...
Let `( )` denote the cursor position and `[ ]` denote visual selection. Consider this behavior of word objects: ``` foo [(b)ar baz] -> aw -> [(f)oo bar baz] ```...
The current behaviour works pretty well for c-style code, wherein indented blocks of code tend to be bookended by delimiters one indent level lower, but for whitespace-sensitive languages like python,...