Skip to content

Commit

Permalink
Drop unused mapping that interferes with default insert-mode behaviou…
Browse files Browse the repository at this point in the history
…r (delete line).
  • Loading branch information
markotibold committed Mar 6, 2013
1 parent c1ea166 commit 02325ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .vimrc
Expand Up @@ -176,10 +176,6 @@ inoremap jj <ESC> "jj brings you back to normal mode from insert mode
nnoremap <C-cr> ddp
nnoremap <S-C-cr> ddkP
" Uppercase current word
nnoremap <C-u> vawUe
inoremap <C-u> <ESC>vawUi
" Quickly edit this file
nnoremap <leader>ev :vsplit $HOME/.vimrc<cr>
nnoremap <leader>sv :source $HOME/.vimrc<cr>
Expand Down

0 comments on commit 02325ab

Please sign in to comment.