vim - Fix keymapping conflict
[dotfiles.git] / vim / vimrc
index f9aa421..b8277b3 100644 (file)
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -376,8 +376,9 @@ endfunction
 "endif
 " }}}
 " NerdTree ---------------------------------------------------------------- {{{
-" TODO check if this is already using in plugins
-"nmap <Leader>n        :NERDTreeToggle<CR>
+" Fix keymapping conflict
+nmap <unique> <Leader>, <Plug>MarkClear
+nmap <Leader>n :NERDTreeToggle<CR>
 nmap <Leader>N :NERDTreeFind<CR>
 " }}}
 " AutoClose --------------------------------------------------------------- {{{