config/default: add ]a/[a motions for arguments

This commit is contained in:
Henrik Lissner 2018-05-16 23:42:25 +02:00
parent 45c21a5a83
commit 42bdb848b5
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -318,6 +318,8 @@
:nv "K" #'+lookup/documentation :nv "K" #'+lookup/documentation
:n "zx" #'kill-this-buffer :n "zx" #'kill-this-buffer
:n "ZX" #'bury-buffer :n "ZX" #'bury-buffer
:m "]a" #'evil-forward-arg
:m "[a" #'evil-backward-arg
:n "]b" #'next-buffer :n "]b" #'next-buffer
:n "[b" #'previous-buffer :n "[b" #'previous-buffer
:n "]w" #'+workspace/switch-right :n "]w" #'+workspace/switch-right