Add :go[ogle] ex command for google-this
This commit is contained in:
parent
1ed6f9d68e
commit
a0585a3fdf
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
||||||
(ex! "dash" 'doom:docs-lookup) ; look up documentation
|
(ex! "dash" 'doom:docs-lookup) ; look up documentation
|
||||||
(ex! "db" 'doom:db)
|
(ex! "db" 'doom:db)
|
||||||
(ex! "dbu[se]" 'doom:db-select)
|
(ex! "dbu[se]" 'doom:db-select)
|
||||||
|
(ex! "go[ogle]" 'doom:google-search)
|
||||||
(ex! "http" 'httpd-start) ; start http server
|
(ex! "http" 'httpd-start) ; start http server
|
||||||
(ex! "rx" 'doom:regex) ; open re-builder
|
(ex! "rx" 'doom:regex) ; open re-builder
|
||||||
(ex! "repl" 'doom:repl) ; invoke or send to repl
|
(ex! "repl" 'doom:repl) ; invoke or send to repl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue