Remove mappings related to markbar

rita
blallo 2021-07-21 20:43:43 +02:00
parent 1b254031fc
commit eadfba174e
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 0 additions and 3 deletions

3
vimrc
View File

@ -159,9 +159,6 @@ nnoremap <leader>b :Gblame<CR>
nnoremap <leader><esc> :silent! nohls<CR>:call clearmatches()<CR>
nnoremap <leader><Tab> :bnext<CR>
nnoremap <leader>\ :bprev<CR>
nnoremap <Leader>m <Plug>ToggleMarkbar
nnoremap <Leader>mo <Plug>OpenMarkbar
nnoremap <Leader>mc <Plug>CloseMarkbar
nnoremap <Leader>L :call LightOrDarkness()<CR>
map <Leader>y <Plug>(operator-poweryank-osc52)
" Following three from here: https://github.com/vim/vim/issues/5157#issue-516033639