sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
257 stars 30 forks source link

Added variables to disable default key mappings #55

Closed ggustafsson closed 12 years ago

ggustafsson commented 12 years ago

I think it's a good idea to let users decide if they want plugins to add key mappings or not so i added two variables and simple checks for this. Hope you like it too.

If you don't want the default key mappings in LustyExplorer you use this: let g:LustyFilesystemExplorerDefaultMappings = 0

If you don't want the default key mappings in LustyJuggler you use this: let g:LustyJugglerDefaultMappings = 0

I know it's not a huge deal but it's a nice thing to add. Cheers! :)

sjbach commented 12 years ago

Merged - thanks!

ggustafsson commented 12 years ago

Sweet!