jaredly / vim-debug

A plugin for VIM that creates an Integrated Debugging Environment :) Currently works with PHP and Python
http://jaredforsyth.com/projects/vim-debug
MIT License
284 stars 28 forks source link

Make mapping configurable #6

Closed ornicar closed 11 years ago

ornicar commented 14 years ago

Firstly thanks for this awesome plugin. I'd like to be able to customize the debugger mappings. I use to map <leader>w to save the current file; with vim-debug, it launches the debugger. I had a look to the code and mapping is hardcoded. I can try to solve this issue but I think it deserves some discussion: what's the best way to make the mapping configurable? Maybe don't create any mapping but let people do it in their .vimrc?

ivanalejandro0 commented 11 years ago

I've made a pull request so you can disable the default mappings to set your own, look at #13