use MM to not mess with NERDTree
This commit is contained in:
parent
ee607c8c78
commit
ea46192dae
2
README
2
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.
|
||||
|
||||
|
@ -27,6 +27,7 @@ endif
|
||||
" Public Interface:
|
||||
if !hasmapto('<Plug>Vm_toggle_sign')
|
||||
map <unique> <c-F2> <Plug>Vm_toggle_sign
|
||||
map <unique> <S-M><S-M> <Plug>Vm_toggle_sign
|
||||
endif
|
||||
nnoremap <silent> <script> <Plug>Vm_toggle_sign :call Vm_toggle_sign()<cr>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user