Fix dash.app bindings
This commit is contained in:
parent
490c173afd
commit
49ee1c2d0a
2 changed files with 2 additions and 2 deletions
|
@ -81,7 +81,7 @@
|
||||||
"M-Z" 'redo
|
"M-Z" 'redo
|
||||||
"C-M-f" 'narf:toggle-fullscreen
|
"C-M-f" 'narf:toggle-fullscreen
|
||||||
|
|
||||||
:ni "<M-f1>" 'dash-at-point
|
:ni "<M-f1>" 'narf/dash-at-pt
|
||||||
|
|
||||||
;; Textmate-esque indent shift left/right
|
;; Textmate-esque indent shift left/right
|
||||||
:i "M-]" 'narf/smart-indent
|
:i "M-]" 'narf/smart-indent
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
(exmap "reo[rient]" 'narf/window-reorient)
|
(exmap "reo[rient]" 'narf/window-reorient)
|
||||||
|
|
||||||
;; External resources
|
;; External resources
|
||||||
(exmap "dash" 'dash-at-point)
|
(exmap "dash" 'narf:dash)
|
||||||
(exmap "http" 'httpd-start)
|
(exmap "http" 'httpd-start)
|
||||||
(exmap "re[gex]" 'narf:regex)
|
(exmap "re[gex]" 'narf:regex)
|
||||||
(exmap "repl" 'narf:repl)
|
(exmap "repl" 'narf:repl)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue