From ea46192dae804e12051f133528412b5b3d9291ac Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 31 May 2012 14:27:55 -0400 Subject: [PATCH] use MM to not mess with NERDTree --- README | 2 +- plugin/visualmark.vim | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index 520ec76..aa180f1 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ This is a mirror of http://www.vim.org/scripts/script.php?script_id=1026 This script uses Vim's "sign" capability to provide visual marks, similar to UltraEdit's bookmark. 1. For gvim, use "Ctrl + F2" to toggle a visual mark. - For both vim and gvim, use "mm" to toggle a visual mark. + For both vim and gvim, use "MM" to toggle a visual mark. 2. Use "F2" to navigate through the visual marks forward in the file. 3. Use "Shift + F2" to navigate backwards. diff --git a/plugin/visualmark.vim b/plugin/visualmark.vim index fe5b903..2dd3f63 100644 --- a/plugin/visualmark.vim +++ b/plugin/visualmark.vim @@ -27,6 +27,7 @@ endif " Public Interface: if !hasmapto('Vm_toggle_sign') map Vm_toggle_sign + map Vm_toggle_sign endif nnoremap