From d25fac5f2db1654f5b7d7124bdc5b8ecb8e16971 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Mon, 15 Feb 2021 09:59:11 +0100 Subject: [PATCH] vim: add tab navigation controls --- .vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 99c278a..20d6a13 100644 --- a/.vimrc +++ b/.vimrc @@ -9,7 +9,8 @@ set softtabstop=4 set linespace=0 set autoindent set smartindent -set mouse=a +set mouse= +set ttymouse= set cursorline syntax on set showcmd @@ -31,3 +32,7 @@ noremap d l noremap t k noremap r j noremap n h +map :tabr +map :tabn +map :tabp +map :tabl