Fix :re command collision
This commit is contained in:
parent
873133eb67
commit
791faeece4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
(ex! "db" 'doom:db)
|
||||
(ex! "dbu[se]" 'doom:db-select)
|
||||
(ex! "http" 'httpd-start) ; start http server
|
||||
(ex! "re[gex]" 'doom:regex) ; open re-builder
|
||||
(ex! "rx" 'doom:regex) ; open re-builder
|
||||
(ex! "repl" 'doom:repl) ; invoke or send to repl
|
||||
(ex! "sh[ell]" 'doom/eshell)
|
||||
(ex! "t[mux]" 'doom:tmux) ; send to tmux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue