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

conflict with other plugins #11

Closed jassinm closed 11 years ago

jassinm commented 13 years ago

how can i remap the different commands conflict with my leader ( eg command-t)

setting leader='\' in commands.py does not help. would be gret to customize

i just added my mappings to debugger.py

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