summaryrefslogtreecommitdiff
path: root/tabbed.1
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-11-25 22:09:55 +0100
committerChristoph Lohmann <20h@r-36.net>2012-11-25 22:09:55 +0100
commit6f49796250ed7ce87a79c19b9ae562ca423b88cb (patch)
tree265e232dd87ae3aaa27408a21822795fa770e7ab /tabbed.1
parent719e5a97fe795b165a2265e6bb25a9238d2211d4 (diff)
Changing the single-linked list for clients to a malloc()ed array. This makes
algorithms more efficient, that depend on the number of clients or shuffeling around. The patch also adds new shortcuts to move tabs in their position. The default color scheme is changed to the one of the maintainer.
Diffstat (limited to 'tabbed.1')
-rw-r--r--tabbed.16
1 files changed, 6 insertions, 0 deletions
diff --git a/tabbed.1 b/tabbed.1
index 7f71386..9d1bcaa 100644
--- a/tabbed.1
+++ b/tabbed.1
@@ -54,6 +54,12 @@ previous tab
.B Ctrl\-Shift\-l
next tab
.TP
+.B Ctrl\-Shift\-j
+move selected tab one to the left
+.TP
+.B Ctrl\-Shift\-k
+move selected tab one to the right
+.TP
.B Ctrl\-Tab
toggle between tabs
.TP