config/default: rename :x => :pad

As not to shadow the default :x[it]
This commit is contained in:
Henrik Lissner 2018-05-10 22:15:49 +02:00
parent 5426fe072c
commit a449519325
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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