branch: elpa/evil-args commit f4cd3b8d5c9833733d202800b218a5b917eb346e Author: wcsmith <wconnorsm...@gmail.com> Commit: wcsmith <wconnorsm...@gmail.com>
Added motion-state binding suggestions to README.md. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7d2ef992c0..b2ca47c248 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Optionally, add the following keybindings with keys of your choice: (define-key evil-normal-state-map "L" 'evil-forward-arg) (define-key evil-normal-state-map "H" 'evil-backward-arg) + (define-key evil-motion-state-map "L" 'evil-forward-arg) + (define-key evil-motion-state-map "H" 'evil-backward-arg) + (define-key evil-inner-text-objects-map "a" 'evil-inner-arg) (define-key evil-outer-text-objects-map "a" 'evil-outer-arg)