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

Leader bindings when you're not debugging #26

Closed shmup closed 2 years ago

shmup commented 10 years ago

The default bindings are fine, but I'm curious if they need to function when you're not actually debugging anything.

Is this a possibility?

jaredly commented 10 years ago

No, there's no reason for them to. If you want to fix it so they're only active while you're debugging, I'd love to accept the PR

On 3/27/14, Jared Miller notifications@github.com wrote:

The default bindings are fine, but I'm curious if they need to function when you're not actually debugging anything.

Is this a possibility?


Reply to this email directly or view it on GitHub: https://github.com/jaredly/vim-debug/issues/26

shmup commented 10 years ago

Awesome! Yeah, I'll start familiarizing myself with the project and hopefully come up with an acceptable implementation.