From 27688cd7c9031f116019bd27db97f574c6ece884 Mon Sep 17 00:00:00 2001 From: Edward Litherland-Smith Date: Tue, 23 Feb 2021 11:52:38 +0000 Subject: [PATCH] Fix arrow keys not working in insert mode --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/vimrc b/vimrc index 9a2aaaae..896a4bf9 100644 --- a/vimrc +++ b/vimrc @@ -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=""