From eadfba174e4631ea14fa294a795a4167b09d1f94 Mon Sep 17 00:00:00 2001 From: Blallo Date: Wed, 21 Jul 2021 20:43:43 +0200 Subject: [PATCH] Remove mappings related to markbar --- vimrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/vimrc b/vimrc index f924cd2..959d4db 100644 --- a/vimrc +++ b/vimrc @@ -159,9 +159,6 @@ nnoremap b :Gblame nnoremap :silent! nohls:call clearmatches() nnoremap :bnext nnoremap \ :bprev -nnoremap m ToggleMarkbar -nnoremap mo OpenMarkbar -nnoremap mc CloseMarkbar nnoremap L :call LightOrDarkness() map y (operator-poweryank-osc52) " Following three from here: https://github.com/vim/vim/issues/5157#issue-516033639