summaryrefslogtreecommitdiff
path: root/tabbed.1
diff options
context:
space:
mode:
authorJonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de>2015-08-19 21:11:15 +0200
committerChristoph Lohmann <20h@r-36.net>2015-08-19 21:17:33 +0200
commit5d0c5be1028c67f3b499017c5c39019f4b1d8c10 (patch)
tree53b40f473b717e1903e5ab4bdf6fcc33fefdbedc /tabbed.1
parent55dc32b27b73c121cab18009bf087e95ef3d9c18 (diff)
focus urgent tabs
With a lot of open tabs its quite annoying to toggle through all tabs until reaching the next one with an urgent hint set. Also with using Ctrl-[0..9] to get to the first 10 tabs, in some cases this may have disadvantages: 1. with more than 10 tabs, you can not use that quickselection 2. with a small tabbed window, you do not see every tab in the statusbar and therefore do not know which tab got urgent Therefore I created a function, which iterates over all currently managed tabs, focus the first urgent tab found or stays at the current tab, if there is no urgent-tab. By default, that function is mapped to Ctrl-u. Signed-off-by: Jonas Rabenstein <jonas.rabenstein@studium.uni-erlangen.de> Signed-off-by: Christoph Lohmann <20h@r-36.net>
Diffstat (limited to 'tabbed.1')
-rw-r--r--tabbed.13
1 files changed, 3 insertions, 0 deletions
diff --git a/tabbed.1 b/tabbed.1
index 9e32115..05ac355 100644
--- a/tabbed.1
+++ b/tabbed.1
@@ -134,6 +134,9 @@ an already existing tab.
.B Ctrl\-q
close tab
.TP
+.B Ctrl\-u
+focus next urgent tab
+.TP
.B Ctrl\-[0..9]
jumps to nth tab
.TP