Updating keymaps.

This commit is contained in:
Alex Yatskov 2015-02-01 20:08:26 +09:00
parent 07c86e347d
commit 29b409c3f3

View File

@ -1,11 +1,12 @@
let mapleader = ','
" core
nnoremap <silent> <Esc><Esc> :nohlsearch<CR>
nnoremap <silent> <Esc><Esc> :nohlsearch<Cr>
nnoremap <silent> <Bs> :bd<Cr>
nnoremap <silent> Q <Nop>
" vim-argwrap
nnoremap <silent> <leader>a :ArgWrap<CR>
nnoremap <silent> <leader>a :ArgWrap<Cr>
" vim-easy-align
vmap <CR> <Plug>(EasyAlign)
vmap <Cr> <Plug>(EasyAlign)