mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix RET/TAB in gist-list-menu-mode
This commit is contained in:
@ -16,6 +16,9 @@
|
|||||||
(pop-to-buffer (current-buffer))))
|
(pop-to-buffer (current-buffer))))
|
||||||
|
|
||||||
(map! :map gist-list-menu-mode-map
|
(map! :map gist-list-menu-mode-map
|
||||||
|
:n "RET" #'gist-fetch-current
|
||||||
|
:n "TAB" #'gist-fetch-current
|
||||||
|
:n [tab] #'gist-fetch-current-noselect
|
||||||
:n "go" #'gist-browse-current-url
|
:n "go" #'gist-browse-current-url
|
||||||
:n "gr" #'gist-list-reload
|
:n "gr" #'gist-list-reload
|
||||||
:n "c" #'gist-add-buffer
|
:n "c" #'gist-add-buffer
|
||||||
|
Reference in New Issue
Block a user