Skip to content

Commit

Permalink
revert bad mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Li committed Jan 17, 2011
1 parent 1ff4204 commit 8d15acd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vimrc.improve
Expand Up @@ -196,8 +196,6 @@ inoremap <expr> <Esc> pumvisible()?"\<C-e>":"\<Esc>"
inoremap <expr> <C-J> pumvisible()?"\<PageDown>\<C-N>\<C-P>":"\<C-X>\<C-O>"
inoremap <expr> <C-K> pumvisible()?"\<PageUp>\<C-P>\<C-N>":"\<C-K>"
inoremap <C-]> <C-X><C-]>
inoremap <C-N> <C-X><C-L>


" for convenience in insert mode
inoremap ( ()<ESC>i
Expand Down

0 comments on commit 8d15acd

Please sign in to comment.