mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-31 14:43:40 -05:00
config/default: rename :x => :pad
As not to shadow the default :x[it]
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user