634d093b174a

More
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 02 Feb 2019 14:15:57 -0500
parents 2316eb128101
children d436478438d9
branches/tags (none)
files vim/vimrc

Changes

--- a/vim/vimrc	Sat Feb 02 14:12:14 2019 -0500
+++ b/vim/vimrc	Sat Feb 02 14:15:57 2019 -0500
@@ -1417,8 +1417,11 @@
 augroup ft_hgrc
     au!
 
-    " s/bbs/ghs/
+    " s/shs/ghs/
     au BufReadPost,BufNewFile hgrc nnoremap <buffer> <localleader>g yypciwgit<esc>wwcwghs<esc>A.git<esc>
+
+    " s/shs/bbs/
+    au BufReadPost,BufNewFile hgrc nnoremap <buffer> <localleader>g yypciwbit<esc>wwcwghs<esc>A.git<esc>
 augroup END
 
 " }}}