diff --git a/vimrc b/vimrc index 1e22c46..fbeb56e 100644 --- a/vimrc +++ b/vimrc @@ -120,8 +120,8 @@ map Q gq " Ctrl-F12 to regenerate ctags database " map :!ctags -R --c++-kinds=+p --fields=+iaS --extra=+q --languages=c++ . -" Use Ctrl-H to switch from index.js(x) to test.js(x) and vice versa. -map :e %:p:s,test.js,X123X,:s,index.js,test.js,:s,X123X,index.js, +" Use Ctrl-H to switch from index.* to test.* and vice versa. +map :e %:p:s,test.,X123X,:s,index.,test.,:s,X123X,index., " A few libreadline mappings cnoremap