keybinding were causing visual glitching (chars not appearing right away)

This commit is contained in:
lhark 2016-10-27 03:50:55 -04:00
parent a9847125ad
commit 865a49a0b7

4
vimrc
View file

@ -134,8 +134,8 @@ nnoremap <leader>O O<Esc>
"[Easy jump into the normal-mode from the insert-mode]"
inoremap jj <Esc>
"[To move over parenthesis, brackets, quotes in insert-mode]"
inoremap kk <Right>
inoremap hh <Left>
"inoremap kk <Right>
"inoremap hh <Left>
"[Easy omni-completion with Ctrl-Space]"
inoremap <C-Space> <C-X><C-O>
"[To disable the arrow keys]"