diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-04 21:46:18 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-04 22:23:21 +0200 |
commit | 8429930aecec8f5714c9e956171002fbb9c4eba3 (patch) | |
tree | c5d0992fc22fb90b2dbebc3875a803408ecc1188 /src/keysrc | |
parent | 607e4acefeec5776dfff63090a79baef15c6c336 (diff) |
Focus the N-th tab with Alt-<number>
Allows jumping directly to a given tab. It encourages a low number of
tabs opened, otherwise it will exceed the 1 to 10 range.
Diffstat (limited to 'src/keysrc')
-rw-r--r-- | src/keysrc | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -95,6 +95,18 @@ # "zoom-reset" resets the zoom to 100%. #<ctrl>0 = zoom-reset +# "focus-tab<N>" focus the N-th tab (starting in 1). +#<alt>1 = focus-tab1 +#<alt>2 = focus-tab2 +#<alt>3 = focus-tab3 +#<alt>4 = focus-tab4 +#<alt>5 = focus-tab5 +#<alt>6 = focus-tab6 +#<alt>7 = focus-tab7 +#<alt>8 = focus-tab8 +#<alt>9 = focus-tab9 +#<alt>0 = focus-tab10 + #-------------------------------------------------------------------- # MOTION COMMANDS #-------------------------------------------------------------------- |