private/hlissner: fix :x command (scratch buffer)
This commit is contained in:
parent
fedfa1ffad
commit
7e2820a48c
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,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:scratch-buffer)
|
(ex! "x" '+doom:scratch-buffer)
|
||||||
|
|
||||||
;; GIT
|
;; GIT
|
||||||
(ex! "gbrowse" '+vcs/git-browse) ; show file in github/gitlab
|
(ex! "gbrowse" '+vcs/git-browse) ; show file in github/gitlab
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue