about summary refs log tree commit diff stats
path: root/vimrc.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2018-10-27 22:46:11 -0700
committerKartik Agaram <vc@akkartik.com>2018-10-27 22:46:23 -0700
commit5f21a5e788402345f97e8bc934259e960ba0f334 (patch)
tree686ce7ef76e90775903d33916017a6cdc9a80e91 /vimrc.vim
parent5e5f569c1777e4062b2d4379ed4b17b9d0b18281 (diff)
downloadmu-5f21a5e788402345f97e8bc934259e960ba0f334.tar.gz
4726
Diffstat (limited to 'vimrc.vim')
-rw-r--r--vimrc.vim3
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*$"