From 6d114eae2f4df0316cb9d1d720084e7028676626 Mon Sep 17 00:00:00 2001 From: Tobias Schmidl <5060861-schtobia@users.noreply.gitlab.com> Date: Fri, 20 Jan 2023 14:42:18 +0100 Subject: [PATCH] [vimrc] updates to Limelight, keybindings --- .vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index d281e88..07b4867 100644 --- a/.vimrc +++ b/.vimrc @@ -104,6 +104,7 @@ let g:gutentags_ctags_exclude = [ \ 'bin', \ 'build', \ ] +let g:goyo_width = 120 let g:startify_fortune_use_unicode = 1 let g:startify_session_autoload = 1 let g:startify_session_persistence = 1 @@ -149,8 +150,9 @@ onoremap za vnoremap zf map :NERDTreeToggle map :TagbarToggle -nnoremap s :call gitblame#echo() +nnoremap b :call gitblame#echo() nnoremap g :Goyo +nnoremap l :Limelight!! " Activate Limelight when Goyo is entered autocmd! User GoyoEnter Limelight