Added textobj-function (use vaf to select a function), upgraded textobj-user
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -196,3 +196,6 @@
|
|||||||
[submodule "vim/bundle/skwp-Command-T"]
|
[submodule "vim/bundle/skwp-Command-T"]
|
||||||
path = vim/bundle/skwp-Command-T
|
path = vim/bundle/skwp-Command-T
|
||||||
url = https://github.com/skwp/Command-T
|
url = https://github.com/skwp/Command-T
|
||||||
|
[submodule "vim/bundle/kana-vim-textobj-function"]
|
||||||
|
path = vim/bundle/kana-vim-textobj-function
|
||||||
|
url = https://github.com/kana/vim-textobj-function
|
||||||
|
|||||||
@@ -313,6 +313,7 @@ Included vim plugins
|
|||||||
* textobj-datetime - gives you 'da' (date), 'df' (date full) and so on text objects. useable with all standard verbs
|
* textobj-datetime - gives you 'da' (date), 'df' (date full) and so on text objects. useable with all standard verbs
|
||||||
* 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
|
||||||
* 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)
|
||||||
|
|
||||||
**Utils**
|
**Utils**
|
||||||
|
|||||||
1
vim/bundle/kana-vim-textobj-function
Submodule
1
vim/bundle/kana-vim-textobj-function
Submodule
Submodule vim/bundle/kana-vim-textobj-function added at f8775dc801
Submodule vim/bundle/kana-vim-textobj-user updated: 3f6f6b0ba6...1b73833495
Reference in New Issue
Block a user