mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
config/default: add ]a/[a motions for arguments
This commit is contained in:
@@ -318,6 +318,8 @@
|
||||
:nv "K" #'+lookup/documentation
|
||||
:n "zx" #'kill-this-buffer
|
||||
:n "ZX" #'bury-buffer
|
||||
:m "]a" #'evil-forward-arg
|
||||
:m "[a" #'evil-backward-arg
|
||||
:n "]b" #'next-buffer
|
||||
:n "[b" #'previous-buffer
|
||||
:n "]w" #'+workspace/switch-right
|
||||
|
Reference in New Issue
Block a user