evil-god-state
evil-god-state copied to clipboard
This PR makes it possible to wrap `evil-execute-in-god-state` in another command. God state's post-command hook checks the name of the last-run command to know whether to exit the state. If...
To reproduce: - ensure evil and evil-god-state are in Emacs' default load path - start fresh emacs with `emacs -Q` - evaluate the following elisp expressions: ```emacs-lisp (package-initialize) (require 'evil)...
I have verified through testing that the hook is called after entering `evil-god-state`, not before.
Fix for issue #5 This PR fixes the following issue: if I temporarily enter God state using `evil-execute-in-god-state` then type a key bound to a prefix argument function (such as...
A minor issue I had been having with `evil-god-state` was that `evil-execute-in-god-state` doesn't sem to handle prefix arguments, and so I found no way to use it for Intero's `C-u...
Hi, it seems that `(set-mark)` automatically activates visual mode, so I can't use evil-god-state in visual mode (using evil-20141206.849). Any suggestions on how to fix this? thanks, Sebastian
If I abort evil god state with escape (say after pressing SPC X), it gives the error in the title. This doesn't seem to happen if I press space after...