Fix arrow keys not working in insert mode

This commit is contained in:
Edward Litherland-Smith 2021-02-23 11:52:38 +00:00
parent 09839b8a02
commit 27688cd7c9

6
vimrc
View file

@ -3,9 +3,9 @@ source $VIMRUNTIME/defaults.vim
" FIX: ssh from wsl starting with REPLACE mode
" https://stackoverflow.com/a/11940894
if $TERM =~ 'xterm-256color'
set noek
endif
"if $TERM =~ 'xterm-256color'
" set noek
"endif
set t_TI=""
set t_TE=""