Trying to write elisp code to select inner WORD as achieved by viW normal mode keystrokes

Frank Fischer frank-fischer at shadow-soft.de
Sun Jan 31 15:19:47 CET 2016


Did you ever try something like

  (define-key evil-normal-state-map (kbd "YOURKEY") "viW*")

(i.e., just bind your key to the string "viW*")?

Frank





More information about the implementations-list mailing list