config/default: rename :x => :pad
As not to shadow the default :x[it]
This commit is contained in:
parent
5426fe072c
commit
a449519325
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
(ex! "sh[ell]" #'+eshell:run)
|
(ex! "sh[ell]" #'+eshell:run)
|
||||||
(ex! "t[mux]" #'+tmux:run) ; send to tmux
|
(ex! "t[mux]" #'+tmux:run) ; send to tmux
|
||||||
(ex! "tcd" #'+tmux:cd-here) ; cd to default-directory in 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
|
;; GIT
|
||||||
(ex! "gist" #'+gist:send) ; send current buffer/region to gist
|
(ex! "gist" #'+gist:send) ; send current buffer/region to gist
|
||||||
(ex! "gistl" #'+gist:list) ; list gists by user
|
(ex! "gistl" #'+gist:list) ; list gists by user
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue