update keymaps

This commit is contained in:
Alex Yatskov 2018-11-03 13:11:08 -07:00
parent 2e1a3d9bef
commit 4c938bcdf8

View File

@ -8,6 +8,7 @@ nnoremap Y y$
nnoremap <silent><Leader>m :make<Cr> nnoremap <silent><Leader>m :make<Cr>
noremap <C-c> <Esc> noremap <C-c> <Esc>
nnoremap <Leader>w :w<Cr> nnoremap <Leader>w :w<Cr>
nnoremap <Leader>x :x<Cr>
vnoremap <Leader>y "+y vnoremap <Leader>y "+y
vnoremap <Leader>d "+d vnoremap <Leader>d "+d