Browse Source

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

merge-requests/1/merge
lhark 9 years ago
parent
commit
865a49a0b7
  1. 4
      vimrc

4
vimrc

@ -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]"

Loading…
Cancel
Save