New commands: doom/open-{,project-}scratch-buffer

This commit is contained in:
Henrik Lissner 2017-09-25 03:02:13 +02:00
parent bc1d2480b0
commit 1685076202
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 41 additions and 18 deletions

View file

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