From 6f49796250ed7ce87a79c19b9ae562ca423b88cb Mon Sep 17 00:00:00 2001 From: Christoph Lohmann <20h@r-36.net> Date: Sun, 25 Nov 2012 22:09:55 +0100 Subject: 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. --- tabbed.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tabbed.1') 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 -- cgit v1.2.3