Browse Source

change keymap cycling shortcut

Was interfering with shortcut to add extra line above.
weiyi 12 years ago
parent
commit
8c155d00b0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vim/vimrc

+ 1 - 1
vim/vimrc

@@ -218,7 +218,7 @@ nmap <silent> <leader>p    :set paste! paste?<CR>
 nmap <silent> <leader>l    :set list!<CR>
 
 " Toggle keyboard layout
-nmap <silent> <leader>k    :call CycleKeymap()<CR>
+nmap <silent> <leader><space>    :call CycleKeymap()<CR>
 
 " Toggle scrollbind for moving multiple splits in sync together
 nmap <silent> <leader>s    :set scrollbind! scrollbind?<CR>