Added abolish.vim for camelcase/underscore toggling and others

This commit is contained in:
Yan Pritzker 2012-09-26 15:51:38 -07:00
parent 33e5fb537d
commit d5077d9db3
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -346,3 +346,6 @@
path = vim/bundle/skwp-YankRing
url = https://github.com/skwp/YankRing.vim
ignore = dirty
[submodule "vim/bundle/tpope-vim-abolish"]
path = vim/bundle/tpope-vim-abolish
url = https://github.com/tpope/vim-abolish

View File

@ -384,6 +384,7 @@ files contain key mappings as well (TODO: probably will move them out to skwp-ke
#### Utility
* `crs`, `crc`, `cru` via abolish.vim, coerce to snake_case, camelCase, and UPPERCASE. There are more `:help abolish`
* `:NR` - NarrowRgn - use this on a bit of selected text to create a new split with just that text. Do some work on it, then :wq it to get the results back.
* `,ig` - toggle visual indentation guides
* `,cf` - Copy Filename of current file (full path) into system (not vi) paste buffer

@ -0,0 +1 @@
Subproject commit f8829a5f3e5a2a9c5e8a17f322aa9296a0cdb622