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{{{