Rewrite eshell config

This commit is contained in:
Henrik Lissner 2017-01-07 23:26:48 -05:00
parent 2672d4b4cd
commit 9c2e59e231
4 changed files with 105 additions and 44 deletions

View file

@ -45,7 +45,7 @@
(ex! "http" 'httpd-start) ; start http server
(ex! "rx" 'doom:regex) ; open re-builder
(ex! "repl" 'doom:repl) ; invoke or send to repl
(ex! "sh[ell]" 'doom/eshell)
(ex! "sh[ell]" 'doom:eshell)
(ex! "t[mux]" 'doom:tmux) ; send to tmux
(ex! "tcd" 'doom:tmux-cd) ; cd to default-directory in tmux
(ex! "x" 'doom:scratch-buffer)