mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add github-browse-file
This commit is contained in:
@ -15,6 +15,7 @@
|
||||
(exmap "echo" 'narf:echo)
|
||||
(exmap "en[ew]" 'narf:file-create)
|
||||
(exmap "full[scr]" 'narf:toggle-fullscreen)
|
||||
(exmap "gith[ub]" 'narf:github-browse-file)
|
||||
(exmap "ini" 'narf:ido-find-file-in-emacsd)
|
||||
(exmap "k[ill]" 'kill-this-buffer) ; Kill current buffer
|
||||
(exmap "k[ill]all" 'narf:kill-all-buffers) ; Kill all buffers (bang = in project)
|
||||
|
Reference in New Issue
Block a user