From 57d793d2db0fc247ac45371f881132f022e4d10a Mon Sep 17 00:00:00 2001 From: maxbachmann <44199644+maxbachmann@users.noreply.github.com> Date: Thu, 11 Apr 2019 19:30:37 +0000 Subject: [PATCH] switch tabs with shortcuts --- templates/vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/vimrc b/templates/vimrc index 9f7a9d7..8ec482e 100644 --- a/templates/vimrc +++ b/templates/vimrc @@ -6,3 +6,7 @@ set encoding=utf-8 colorscheme elflord syntax on set mouse-=a +nnoremap :tabprevious +nnoremap :tabprevious +nnoremap :tabnext +nnoremap :tabnext