keybinding were causing visual glitching (chars not appearing right away)
This commit is contained in:
parent
a9847125ad
commit
865a49a0b7
1 changed files with 2 additions and 2 deletions
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…
Reference in a new issue