An open API service indexing awesome lists of open source software.

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

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