From 953f9246df75478fbc502877200bb280d3f8b506 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 11 Feb 2021 13:54:35 -0500 Subject: [PATCH] Fix RET/TAB in gist-list-menu-mode --- modules/tools/gist/config.el | 3 +++ 1 file changed, 3 insertions(+) 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