devil
devil copied to clipboard
Emacs minor mode that intercepts and translates keystrokes to provide a modifier-free non-modal editing experience
After `delete-selection-mode` turned on, `C-y `will replace the active region with yanked text, but `, y` still behave like `delete-selection-mode` is not active, `, y` till just insert yanked text...
Hello, Thank you for the wonderful package that you have written - it has proved to be very useful to me. I have been trying to use the repeatable key...
Both of these might be the first function called from the package, so they might as well autoload it. With this change, a user is free to call `devil-set-key` before...
Thanks for this package. I've only been using it for a day and my fingers thank you already! EDIT simplified question: What's the most efficient way to handle inserting a...
I found a problem whiletrying Devil on a TTY together with `kkp.el`, https://github.com/benotn/kkp. `kkp.el` uses `input-decode-map` to map all sorts of escape sequences that a KKP-capable terminal emulator like iTerm2...
https://github.com/susam/devil/issues/19
This adds support for the which-key-mode based on the advice in https://github.com/justbur/emacs-which-key/pull/353#issuecomment-1965404948 It reuses most parts of the original implementation found in https://github.com/justbur/emacs-which-key/pull/353/files and adjusts it for the changes made...
Hi, I hope you don't mind, that I create another pull request. The change contains a new variable `devil-exit-key`, which can be set to some key to exit a repeatable...