summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2019-02-05 03:35:33 +0100
committerache <ache@ache.one>2019-02-05 03:35:33 +0100
commit1541d8717334b1cec57f31e4ae7b29dfa546d762 (patch)
treea6a5d18198aafeb672d135c13143a33e01bb0ae8
parentMerge branch 'master' into neovim (diff)
Bug completion remap
-rwxr-xr-xplugin/perso.vim6
1 files changed, 2 insertions, 4 deletions
diff --git a/plugin/perso.vim b/plugin/perso.vim
index 8d7c9ff..830fb6c 100755
--- a/plugin/perso.vim
+++ b/plugin/perso.vim
@@ -10,10 +10,8 @@ set t_Co=256
"map <leader>h <C-W>h
"map <leader>l <C-W>l
-imap <C-N> <C-P>
-
-
-imap <C-P> <C-N>
+inoremap <C-N> <C-P>
+inoremap <C-P> <C-N>