New commands: doom/open-{,project-}scratch-buffer
This commit is contained in:
parent
bc1d2480b0
commit
1685076202
2 changed files with 41 additions and 18 deletions
|
@ -28,9 +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
|
||||
|
||||
(evil-set-command-properties #'doom/scratch-buffer :ex-bang t)
|
||||
(ex! "x" #'doom/scratch-buffer)
|
||||
(ex! "x" #'doom/open-project-scratch-buffer)
|
||||
|
||||
;; GIT
|
||||
(ex! "gist" #'+gist:send) ; send current buffer/region to gist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue