From 8429930aecec8f5714c9e956171002fbb9c4eba3 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 4 Aug 2025 21:46:18 +0200 Subject: Focus the N-th tab with Alt- Allows jumping directly to a given tab. It encourages a low number of tabs opened, otherwise it will exceed the 1 to 10 range. --- src/keysrc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/keysrc') diff --git a/src/keysrc b/src/keysrc index 2d467fa2..a825f79c 100644 --- a/src/keysrc +++ b/src/keysrc @@ -95,6 +95,18 @@ # "zoom-reset" resets the zoom to 100%. #0 = zoom-reset +# "focus-tab" focus the N-th tab (starting in 1). +#1 = focus-tab1 +#2 = focus-tab2 +#3 = focus-tab3 +#4 = focus-tab4 +#5 = focus-tab5 +#6 = focus-tab6 +#7 = focus-tab7 +#8 = focus-tab8 +#9 = focus-tab9 +#0 = focus-tab10 + #-------------------------------------------------------------------- # MOTION COMMANDS #-------------------------------------------------------------------- -- cgit v1.2.3