devil icon indicating copy to clipboard operation
devil copied to clipboard

Emacs minor mode that intercepts and translates keystrokes to provide a modifier-free non-modal editing experience

Results 18 devil issues
Sort by recently updated
recently updated
newest added

Applying your installation instructions to `use-package` is a minor but unnecessary barrier to entry. Because `use-package` is now part of core Emacs, it's worth considering adding it as an option...

From the [Emacs manual](https://www.gnu.org/software/emacs/manual/html_node/emacs/Help.html): > C-h or F1 mean “help” in various other contexts as well. For instance, you can type them after a prefix key to view a list...

This fixes a duplicate entry and typo for the repeat setup of `forward-sentence`. Fixes #23

This change introduces an option which allows translated key bindings to avoid being repeated, to be used by Devil or by other packages where the Devil repeat map should not...

Hello. I hope all is well. Thank you for your excellent code work for Emacs. I was writing out what the below keyboard shortcuts mean for my notes so I...

Some key sequences in devil mode are repeatable such as ,ppp will result in C-p C-p C-p (moving down three lines). Can there be a way to indicate visually (a...

enhancement

I use [which-key](https://github.com/justbur/emacs-which-key), and it displays possible continuations when I type `C-c p-`. But when I type `, c p`, I only see `Devil: C-c p`.

enhancement

I apologize if the title of this issue is confusing, but hopefully an example will illustrate what I mean: Is there a way for me to trigger keybindings such as...

question

When using devil-mode, I can use `C-g` to interrupt a command key sequence. For example, `, x p C-g` will abandon the projectile command I was going to use before...

Hi, first of all I want to thank you for the package. It's truly amazing! I was skeptical at first, because it's twisted, but after dabbling with the devil, I...