Skip to content

Commit

Permalink
update some keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
nocash committed Mar 18, 2014
1 parent eb7b6dc commit 0f4694d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vimrc
Expand Up @@ -387,11 +387,11 @@ noremap! <c-d> <del>
inoremap <c-y> <c-d>
"-- Misc. Leader Mappings -------------------------------------------------
nnoremap <silent> <leader>v :ed $MYVIMRC<cr>
nnoremap <silent> <leader>v :tabe $MYVIMRC<cr>
nnoremap <silent> <leader>V :so $MYVIMRC<cr>
nnoremap <silent> <leader>cd :lcd %:h<cr>
nnoremap <silent> <leader>md :!mkdir -p %:p:h<cr>
nnoremap <silent> <leader>md :silent execute '!mkdir -p %:p:h' \| redraw!<cr>
nnoremap <leader>gt :tab sp<cr>
Expand Down

0 comments on commit 0f4694d

Please sign in to comment.