mirror of
https://codeberg.org/cage/tinmop/
synced 2025-03-04 10:07:38 +01:00
- added commands to close the gopher window.
This commit is contained in:
parent
d3fed5aff6
commit
ce9aa8e47a
@ -1420,6 +1420,15 @@ file-explorer-go-up
|
||||
file-explorer-expand-path
|
||||
.SS "Gopher window"
|
||||
.TP
|
||||
\fBC-g\fP
|
||||
close-gopher-window
|
||||
.TP
|
||||
\fBC-q\fP
|
||||
close-gopher-window
|
||||
.TP
|
||||
\fBq \fP
|
||||
close-gopher-window
|
||||
.TP
|
||||
\fBC-J (key \fIenter\fP) \fP
|
||||
gopher-window:open-menu-link
|
||||
.TP
|
||||
|
@ -712,6 +712,9 @@
|
||||
|
||||
** Gopher window
|
||||
|
||||
- C-g :: close-gopher-window
|
||||
- C-q :: close-gopher-window
|
||||
- q :: close-gopher-window
|
||||
- C-J (key /enter/) :: gopher-window:open-menu-link
|
||||
- C-b a :: bookmark-gopher-page
|
||||
- C-b d :: delete-gemini-bookmark
|
||||
|
@ -834,6 +834,15 @@
|
||||
|
||||
;; gopher viewer keymap
|
||||
|
||||
(defun close-gopher-window ()
|
||||
(ui-goodies::close-window-and-return-to-threads specials:*gopher-window*))
|
||||
|
||||
(define-key "C-g" #'close-gopher-window *gopher-keymap*)
|
||||
|
||||
(define-key "C-q" #'close-gopher-window *gopher-keymap*)
|
||||
|
||||
(define-key "q" #'close-gopher-window *gopher-keymap*)
|
||||
|
||||
(define-key "C-J" #'gopher-window:open-menu-link *gopher-keymap*)
|
||||
|
||||
(define-key "C-b a" #'bookmark-gopher-page *gopher-keymap*)
|
||||
|
Loading…
x
Reference in New Issue
Block a user