From 55f1c47e9ce807b9dff83a267cea1972154ce19c Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Wed, 22 Sep 2021 17:41:24 +0100 Subject: Initial setup of tabbed - Link with a patched version of libXft that allows for coloured emojis - Configure keyboard shortcuts - Add gitignore file --- tabbed.1 | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) (limited to 'tabbed.1') diff --git a/tabbed.1 b/tabbed.1 index 07bdbd7..1ad9336 100644 --- a/tabbed.1 +++ b/tabbed.1 @@ -110,38 +110,20 @@ defines the urgent foreground color. prints version information to stderr, then exits. .SH USAGE .TP -.B Ctrl\-Shift\-Return +.B Ctrl\-Shift\-T open new tab .TP -.B Ctrl\-Shift\-h -previous tab -.TP -.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\-Shift\-u -toggle autofocus of urgent tabs -.TP -.B Ctrl\-Tab -toggle between the selected and last selected tab -.TP .B Ctrl\-` open dmenu to either create a new tab appending the entered string or select an already existing tab. .TP -.B Ctrl\-q -close tab -.TP -.B Ctrl\-u -focus next urgent tab -.TP -.B Ctrl\-[0..9] +.B Alt\-[0..9] jumps to nth tab .TP .B F11 -- cgit v1.2.3