Fix arrow keys not working in insert mode
This commit is contained in:
parent
09839b8a02
commit
27688cd7c9
6
vimrc
6
vimrc
|
@ -3,9 +3,9 @@ source $VIMRUNTIME/defaults.vim
|
||||||
|
|
||||||
" FIX: ssh from wsl starting with REPLACE mode
|
" FIX: ssh from wsl starting with REPLACE mode
|
||||||
" https://stackoverflow.com/a/11940894
|
" https://stackoverflow.com/a/11940894
|
||||||
if $TERM =~ 'xterm-256color'
|
"if $TERM =~ 'xterm-256color'
|
||||||
set noek
|
" set noek
|
||||||
endif
|
"endif
|
||||||
|
|
||||||
set t_TI=""
|
set t_TI=""
|
||||||
set t_TE=""
|
set t_TE=""
|
||||||
|
|
Loading…
Reference in a new issue