Added abolish.vim for camelcase/underscore toggling and others
This commit is contained in:
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
Submodule vim/bundle/tpope-vim-abolish added at f8829a5f3e
Reference in New Issue
Block a user