Remapped ,m to zm due to conflict with ShowMarks

This commit is contained in:
Yan Pritzker
2012-11-16 12:07:52 -06:00
parent 5ba606f60d
commit aa0ec75ee9
2 changed files with 4 additions and 7 deletions

View File

@@ -35,7 +35,5 @@ map ,jF :CloseSingleConque<CR>:CtrlP factories<CR>
map ,jT :CloseSingleConque<CR>:CtrlP test<CR>
"Cmd-(m)ethod - jump to a method (tag in current file)
map ,m :CloseSingleConque<CR>:CtrlPBufTag<CR>
"Ctrl-(M)ethod - jump to a method (tag in all files)
map ,M :CloseSingleConque<CR>:CtrlPBufTagAll<CR>
"Ctrl-m is not good - it overrides behavior of ENter
nnoremap <silent> zm :CloseSingleConque<CR>:CtrlPBufTag<CR>