Added abolish.vim for camelcase/underscore toggling and others
This commit is contained in:
parent
33e5fb537d
commit
d5077d9db3
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -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
|
||||
|
@ -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
|
||||
|
1
vim/bundle/tpope-vim-abolish
Submodule
1
vim/bundle/tpope-vim-abolish
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit f8829a5f3e5a2a9c5e8a17f322aa9296a0cdb622
|
Loading…
Reference in New Issue
Block a user