From a8b7abb2c4ac356a7378af618dc9e6768aa1e191 Mon Sep 17 00:00:00 2001 From: Alexander Karle Date: Tue, 31 Jul 2018 08:52:26 -0400 Subject: [PATCH] [vim] rework terminal mappings --- vim/vimrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index ee44d47..38fe2aa 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -173,11 +173,8 @@ nnoremap h nnoremap l if(has('terminal')) - tnoremap j - tnoremap k - tnoremap h - tnoremap l - tnoremap t :tabnext + tnoremap + tnoremap endif "Map ctrl-p to toggle paste mode -- libgit2 0.28.4