Fix RET/TAB in gist-list-menu-mode
This commit is contained in:
parent
8110992829
commit
953f9246df
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue