From 9301f0789cce951e227583074cd5bdbaba943e3a Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sat, 20 Dec 2008 00:40:56 +0000 Subject: [PATCH] Add the requisite manpage entries for Kees' directional controls changes --- doc/terminator.1 | 12 ++++++++++++ doc/terminator_config.5 | 16 ++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/doc/terminator.1 b/doc/terminator.1 index 347df313..80767abe 100644 --- a/doc/terminator.1 +++ b/doc/terminator.1 @@ -83,6 +83,18 @@ If \fBcycle_term_tab\fR is \fBFalse\fR, cycle within the same tab will be disabl Move to \fBp\fRrevious terminal within the same tab, use Ctrl+PageUp to move to the previous tab. If \fBcycle_term_tab\fR is \fBFalse\fR, cycle within the same tab will be disabled .TP +.B Alt+Up +Move to the terminal \fBabove\fR the current one. +.TP +.B Alt+Down +Move to the terminal \fBbelow\fR the current one. +.TP +.B Alt+Left +Move to the terminal \fBleft of\fR the current one. +.TP +.B Alt+Right +Move to the terminal \fBright of\fR the current one. +.TP .B Ctrl+Shift+C Copy selected text to clipboard .TP diff --git a/doc/terminator_config.5 b/doc/terminator_config.5 index 7dd17b3c..3ee09be8 100644 --- a/doc/terminator_config.5 +++ b/doc/terminator_config.5 @@ -229,6 +229,22 @@ Default values: \fBN\fR and \fBTab\fR Move cursor focus to the previous tab. Default values: \fBP\fR and \fBTab\fR .TP +.B go_up +Move cursor focus to the terminal above. +Default value: \fBUp\fR +.TP +.B go_down +Move cursor focus to the terminal below. +Default value: \fBDown\fR +.TP +.B go_left +Move cursor focus to the terminal to the left. +Default value: \fBLeft\fR +.TP +.B go_right +Move cursor focus to the terminal to the right. +Default value: \fBRight\fR +.TP .B split_horiz Split the current terminal horizontally. Default value: \fBO\fR