diff --git a/.vimrc b/.vimrc index dde7dd6..e19725b 100644 --- a/.vimrc +++ b/.vimrc @@ -15,6 +15,7 @@ Plugin 'ap/vim-buftabline' Plugin 'pylint.vim' Plugin 'tpope/vim-fugitive' Plugin 'fatih/vim-go' +Plugin 'tom-doerr/vim_codex' Bundle 'powerline/powerline', {'rtp': 'powerline/bindings/vim/'} @@ -129,3 +130,10 @@ inoremap pumvisible() ? '' : \ '=pumvisible() ? "\Down>" : ""' inoremap pumvisible() ? '' : \ '=pumvisible() ? "\Down>" : ""' + + +" disable arrow keys +noremap +noremap +noremap +noremap