diff --git a/modules/config/default/+evil-commands.el b/modules/config/default/+evil-commands.el index d9d2766f9..976fc1b81 100644 --- a/modules/config/default/+evil-commands.el +++ b/modules/config/default/+evil-commands.el @@ -57,7 +57,7 @@ (ex! "sh[ell]" #'+eshell:run) (ex! "t[mux]" #'+tmux:run) ; send to tmux (ex! "tcd" #'+tmux:cd-here) ; cd to default-directory in tmux -(ex! "x" #'doom:open-scratch-buffer) +(ex! "pad" #'doom:open-scratch-buffer) ;; GIT (ex! "gist" #'+gist:send) ; send current buffer/region to gist (ex! "gistl" #'+gist:list) ; list gists by user