Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support command sequences with special suffix
This adds some special cases to `devil--find-command` based on the last completely translated key press. If it is 1. C-g, then run `keyboard-quit` instead of doing any further lookups 2. C-h, then run `devil-describe-prefix-bindings`, which first translates the key sequence and then calls `describe-bindings` with it. `devil-describe-prefix-bindings` might also be assigned to `prefix-help-command`. In both cases the last key can either be entered via devil (e.g. ', h') or directly (e.g. 'C-h). Fixes susam#12 Fixes susam#26
- Loading branch information