vim-dentures icon indicating copy to clipboard operation
vim-dentures copied to clipboard

Indentation text-objects - give your old Vim some new bytes!

Results 3 vim-dentures issues
Sort by recently updated
recently updated
newest added

Let `( )` denote the cursor position and `[ ]` denote visual selection. Consider this behavior of word objects: ``` f(o)o bar -> viw -> [fo(o)] bar -> iw ->...

bug

Let `( )` denote the cursor position and `[ ]` denote visual selection. Consider this behavior of word objects: ``` foo [(b)ar baz] -> aw -> [(f)oo bar baz] ```...

bug

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,...

question