From bf69b7b3a7be02e995879aeb70a7b33e104cbcc9 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Fri, 7 Jul 2023 10:51:51 +0200 Subject: [PATCH] Add 'tab-group-next' to emacs.bind Theis resembles the shortcut "other-window" in emacs. (Suggestion comes from Christopher Menzel) --- lib/bind/emacs.bind | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bind/emacs.bind b/lib/bind/emacs.bind index 6d31f8b302..b463cabb36 100644 --- a/lib/bind/emacs.bind +++ b/lib/bind/emacs.bind @@ -84,6 +84,7 @@ Format 5 \bind "C-x d" "buffer-new" \bind "C-x g" "buffer-view ps" \bind "C-x k" "buffer-close" +\bind "C-x o" "tab-group-next" \bind "C-x p" "buffer-view dvi" \bind "C-x r" "buffer-update dvi" # Should have been "buffer-write-some" -- 2.39.5