diff options
Diffstat (limited to 'vimrc.vim')
-rw-r--r-- | vimrc.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/vimrc.vim b/vimrc.vim index d5f0e809..f2ad0696 100644 --- a/vimrc.vim +++ b/vimrc.vim @@ -83,6 +83,9 @@ endfunction command! -nargs=1 G call GrepSubX(<q-args>) " temporary helpers while we port https://github.com/akkartik/crenshaw to apps/crenshaw*.subx +command! -nargs=1 C exec "E crenshaw".<f-args> +command! -nargs=1 CS exec "S crenshaw".<f-args> +command! -nargs=1 CH exec "H crenshaw".<f-args> function! Orig() let l:p = expand("%:t:r") if l:p =~ "^crenshaw\\d*-\\d*$" |