wenlongche / SrcExpl

A (G)Vim plugin for exploring the source code definition(s) and contextual lines with a split window.
https://www.vim.org/scripts/script.php?script_id=2179
184 stars 59 forks source link

Use "nnoremap <buffer>" instead of mapping/unmapping keys? #3

Open bamoqi opened 10 years ago

bamoqi commented 10 years ago

Instead of mapping/unmapping the jump key and double click when entering/leaving srcexpl window, could you just use nnoremap for the mapping? This way the user don't the use only need to specific other plugins in SrcExpl_pluginList. He can simply map a custom key for "SrcExpl_GoBack".

wenlongche commented 10 years ago

I'll consider your advice. Thanks a lot.