From b65951d14bfd47051ed9d32c5d45398dcad2f9d0 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 25 Apr 2018 09:39:55 +0200 Subject: [PATCH] Add [m|M] for listing active marks --- vimrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vimrc b/vimrc index e30c89f..26e8c27 100644 --- a/vimrc +++ b/vimrc @@ -507,6 +507,10 @@ map :exec "normal ".g:jmp_dist."k" " 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 m :marks abcdefghijklmnopqrstuvwxyz +nnoremap M :marks ABCDEFGHIJKLMNOPQRSTUVWXYZ + " --- Windows, Tabs and More -- nnoremap :e %:p:h