From bafcccb6b582fe429b7134abace7f76322c9d3ea Mon Sep 17 00:00:00 2001 From: Sonny Date: Sat, 18 May 2019 15:15:25 +0200 Subject: [PATCH] Allow arrow keys to function properly --- vim/.vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/.vimrc b/vim/.vimrc index d2a8cab..cc68b74 100755 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -34,6 +34,9 @@ set wildmenu " use normal backspace behavior set backspace=2 +" allow arrow keys to be used +set nocompatible + " colorscheme if exists('+termguicolors') " enable termguicolors correctly for terminals other than