https://github.com/zk-phi/ewow-evil
A vim's normal-mode implementation for EWOW
https://github.com/zk-phi/ewow-evil
ahk emacs vim
Last synced: 3 months ago
JSON representation
A vim's normal-mode implementation for EWOW
- Host: GitHub
- URL: https://github.com/zk-phi/ewow-evil
- Owner: zk-phi
- Created: 2013-08-30T03:48:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-15T08:18:28.000Z (over 11 years ago)
- Last Synced: 2024-12-30T21:16:09.914Z (over 1 year ago)
- Topics: ahk, emacs, vim
- Language: AutoHotkey
- Homepage:
- Size: 145 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.org
Awesome Lists containing this project
README
* lib_evil.ahk
a normal-mode implementation for EWOW
** Dependencies
- ewow-goto-char
** Usage
Load "lib_evil.ahk" in auto-exec section
: #Include lib_evil.ahk
and load "lib_evil_keys.ahk" at THE LAST OF auto-exec section.
Then bind keys.
: #If !ignored_frame() && !evil
: escape:: evil_mode()
** Configurable Variables
- evil_disable_frames :: list of window-classes in which evil should
not be activated
- evil_auto_mode :: when nonzero, evil-mode is activated
automatically, if you have ever activated
evil-mode in the application
- evil_mode_hook :: a hook runs when entering evil-mode
** Know Limitations
+ =f= and =t= do not expand region in visual mode