Add <leader>[m|M] for listing active marks

This commit is contained in:
Talia 2018-04-25 09:39:55 +02:00
parent 9b80505c05
commit b65951d14b
1 changed files with 4 additions and 0 deletions

4
vimrc
View File

@ -507,6 +507,10 @@ map <C-k> :exec "normal ".g:jmp_dist."k"<CR>
" Yes, not 'noremap', do whatever is mapped to J and K assuming
" it is some sort of custom up-down motion, but g:jmp_dist times
" --- Marks ---
nnoremap <leader>m :marks abcdefghijklmnopqrstuvwxyz<CR>
nnoremap <leader>M :marks ABCDEFGHIJKLMNOPQRSTUVWXYZ<CR>
" --- Windows, Tabs and More --
nnoremap <leader><space> :e %:p:h<CR>