Add <leader>[m|M] for listing active marks
This commit is contained in:
parent
9b80505c05
commit
b65951d14b
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue