mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
private/hlissner: fix :x command (scratch buffer)
This commit is contained in:
@ -28,7 +28,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:scratch-buffer)
|
||||
(ex! "x" '+doom:scratch-buffer)
|
||||
|
||||
;; GIT
|
||||
(ex! "gbrowse" '+vcs/git-browse) ; show file in github/gitlab
|
||||
|
Reference in New Issue
Block a user