mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-02 14:53:38 -05:00
config/default: add ]a/[a motions for arguments
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user