From 628f7272d92eb932a4b3134d4d59f2345e7e6716 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kn=C3=BCttel?= Date: Fri, 26 Feb 2021 14:15:39 +0100 Subject: [PATCH] enabled arrow keys in terminal mode --- init.vim | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/init.vim b/init.vim index f87d282..d9b85ab 100644 --- a/init.vim +++ b/init.vim @@ -29,10 +29,11 @@ vnoremap vnoremap vnoremap vnoremap -tnoremap -tnoremap -tnoremap -tnoremap +" I disabled this, since the shell requires arrow keys... +"tnoremap +"tnoremap +"tnoremap +"tnoremap " Getting out of the terminal insert mode is extremely awkward. " This mapping solves that.