Adding 3 more and organizing text objects vundles
This commit is contained in:
parent
e556aa4bf4
commit
2439ce9278
@ -393,7 +393,10 @@ If you omit the key combo, you'll get a list of all the maps. You can do the sam
|
|||||||
* vim-textobj-entire - gives you `e` for entire document. so vae (visual around entire document), and etc
|
* vim-textobj-entire - gives you `e` for entire document. so vae (visual around entire document), and etc
|
||||||
* vim-textobj-rubysymbol - gives you `:` textobj. so va: to select a ruby symbol. da: to delete a symbol..etc
|
* vim-textobj-rubysymbol - gives you `:` textobj. so va: to select a ruby symbol. da: to delete a symbol..etc
|
||||||
* vim-textobj-function - gives you `f` textobj. so vaf to select a function
|
* vim-textobj-function - gives you `f` textobj. so vaf to select a function
|
||||||
|
* vim-textobj-function-javascript - same as above, but for javascript functions
|
||||||
|
* vim-textobj-underscore - gives you `_` textobj. So vi_ selects what's inside a pair of underscores
|
||||||
* next-textobject - from Steve Losh, ability to use `n` such as vinb (visual inside (n)ext set of parens)
|
* next-textobject - from Steve Losh, ability to use `n` such as vinb (visual inside (n)ext set of parens)
|
||||||
|
* textobj-word-column - gives you `c` (word) and `C` (WORD) for handling columns/blocks.
|
||||||
|
|
||||||
#### Utils
|
#### Utils
|
||||||
|
|
||||||
|
@ -49,20 +49,26 @@ Bundle "vim-scripts/lastpos.vim"
|
|||||||
Bundle "sjl/gundo.vim"
|
Bundle "sjl/gundo.vim"
|
||||||
Bundle "vim-scripts/sudo.vim"
|
Bundle "vim-scripts/sudo.vim"
|
||||||
Bundle "rking/ag.vim"
|
Bundle "rking/ag.vim"
|
||||||
Bundle "nelstrom/vim-textobj-rubyblock"
|
|
||||||
Bundle "kana/vim-textobj-user"
|
|
||||||
Bundle "austintaylor/vim-indentobject"
|
Bundle "austintaylor/vim-indentobject"
|
||||||
Bundle "kana/vim-textobj-datetime"
|
|
||||||
Bundle "kana/vim-textobj-entire"
|
|
||||||
Bundle "mattn/gist-vim"
|
Bundle "mattn/gist-vim"
|
||||||
Bundle "godlygeek/tabular"
|
Bundle "godlygeek/tabular"
|
||||||
Bundle "AndrewRadev/splitjoin.vim"
|
Bundle "AndrewRadev/splitjoin.vim"
|
||||||
Bundle "vim-scripts/argtextobj.vim"
|
|
||||||
|
" Text objects
|
||||||
Bundle "bootleq/vim-textobj-rubysymbol"
|
Bundle "bootleq/vim-textobj-rubysymbol"
|
||||||
|
Bundle "coderifous/textobj-word-column.vim"
|
||||||
|
Bundle "kana/vim-textobj-datetime"
|
||||||
|
Bundle "kana/vim-textobj-entire"
|
||||||
|
Bundle "kana/vim-textobj-function"
|
||||||
|
Bundle "kana/vim-textobj-user"
|
||||||
|
Bundle "lucapette/vim-textobj-underscore"
|
||||||
Bundle "nathanaelkane/vim-indent-guides"
|
Bundle "nathanaelkane/vim-indent-guides"
|
||||||
|
Bundle "nelstrom/vim-textobj-rubyblock"
|
||||||
|
Bundle "thinca/vim-textobj-function-javascript"
|
||||||
|
Bundle "vim-scripts/argtextobj.vim"
|
||||||
|
|
||||||
Bundle "tpope/vim-haml"
|
Bundle "tpope/vim-haml"
|
||||||
Bundle "claco/jasmine.vim"
|
Bundle "claco/jasmine.vim"
|
||||||
Bundle "kana/vim-textobj-function"
|
|
||||||
Bundle "kchmck/vim-coffee-script"
|
Bundle "kchmck/vim-coffee-script"
|
||||||
Bundle "wavded/vim-stylus"
|
Bundle "wavded/vim-stylus"
|
||||||
Bundle "vim-scripts/Vim-R-plugin"
|
Bundle "vim-scripts/Vim-R-plugin"
|
||||||
|
Loading…
Reference in New Issue
Block a user