get rid of mm as it screws with nerdtree

This commit is contained in:
John Bintz 2012-05-31 14:25:34 -04:00
parent 860477b22e
commit ee607c8c78

View File

@ -27,7 +27,6 @@ endif
" Public Interface:
if !hasmapto('<Plug>Vm_toggle_sign')
map <unique> <c-F2> <Plug>Vm_toggle_sign
map <silent> <unique> mm <Plug>Vm_toggle_sign
endif
nnoremap <silent> <script> <Plug>Vm_toggle_sign :call Vm_toggle_sign()<cr>