diff --git a/modules/tools/gist/config.el b/modules/tools/gist/config.el index d86131b2f..4430ab029 100644 --- a/modules/tools/gist/config.el +++ b/modules/tools/gist/config.el @@ -16,6 +16,9 @@ (pop-to-buffer (current-buffer)))) (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 "gr" #'gist-list-reload :n "c" #'gist-add-buffer