From b3a89a397da2bed0866551136552922318a1b9a8 Mon Sep 17 00:00:00 2001 From: ray Date: Tue, 7 Apr 2020 16:25:55 +0100 Subject: [PATCH] get rid of terminal ESC remapping --- init.vim | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.vim b/init.vim index 15ff19d..e04c2bb 100644 --- a/init.vim +++ b/init.vim @@ -342,9 +342,9 @@ nnoremap ss :syntax sync fromstart "}}} " terminal{{{ -if has('terminal') - tnoremap -endif +" if has('terminal') +" tnoremap +" endif "}}} " windows{{{ nnoremap ww :resize:vertical resize @@ -354,6 +354,7 @@ endif nnoremap gD :!clear; echo 'git diff'; git diff nnoremap ga :!clear; git add %; git status nnoremap gg :!clear; git add %; git commit -m '' +nnoremap gs :!bspc rule -a st-256color -o state=fullscreen; st tig status "}}} " movement/navigation{{{