Fix REPL functionality; add :repl ex command
This commit is contained in:
parent
7fbaf2ced1
commit
de3853cde5
5 changed files with 52 additions and 23 deletions
|
@ -161,7 +161,7 @@
|
|||
(:desc "Code tools"
|
||||
:prefix "c"
|
||||
:desc "Build" :n "b" #'+eval/build
|
||||
:desc "Open/Send to REPL" :nv "r" #'+eval/repl
|
||||
:desc "Open/Send to REPL" :nv "r" #'+eval:repl
|
||||
:desc "Open debugger" :n "R" #'+debug/open)
|
||||
|
||||
(:desc "Personal"
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
;; TODO (ex! "dbu[se]" 'doom:db-select)
|
||||
;; TODO (ex! "go[ogle]" 'doom:google-search)
|
||||
(ex! "http" 'httpd-start) ; start http server
|
||||
(ex! "repl" '+eval/repl) ; invoke or send to repl
|
||||
(ex! "repl" '+eval:repl) ; invoke or send to repl
|
||||
;; TODO (ex! "rx" 'doom:regex) ; open re-builder
|
||||
(ex! "sh[ell]" '+eshell:run)
|
||||
(ex! "t[mux]" '+tmux:run) ; send to tmux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue