Remove keyshortcut <leader>

This commit is contained in:
Marcin Woźniak 2021-10-30 10:02:14 +02:00
parent 23fd3fdbcb
commit 0d1036d7a7

View File

@ -165,10 +165,6 @@ nnoremap - :split <CR>
nnoremap <F5> :edit <CR>
nnoremap <Leader><F5> :edit! <CR>
" Copy using <Leader> anc c
nnoremap <Leader>c :w !xclip<CR><CR>
vnoremap <Leader>c "*y
" livepreviewer
let g:livepreview_previewer = 'mupdf'