diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ratpoison.1 | 7 | ||||
-rw-r--r-- | doc/ratpoison.texi | 12 |
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/ratpoison.1 b/doc/ratpoison.1 index b7dacf2..46feffa 100644 --- a/doc/ratpoison.1 +++ b/doc/ratpoison.1 @@ -111,7 +111,14 @@ Banish the mouse to the lower right corner of the screen. Display a help screen .TP .B C\-t f, C\-t C\-f +Select a frame by number. +.TP +.B C\-t F Indicate which frame is the current frame. ++.TP ++.B C\-t arrow key ++Move to the frame adjoining the current frame in the ++given direction. .SH COMMANDS ratpoison can be controlled with commands (so called colon\-commands). The summary of available commands is listed below: diff --git a/doc/ratpoison.texi b/doc/ratpoison.texi index 7433e99..c9a35b8 100644 --- a/doc/ratpoison.texi +++ b/doc/ratpoison.texi @@ -1063,6 +1063,18 @@ select a frame by number. @item C-t F Indicate which frame is the current frame. +@item C-t Down +Move to the frame below the current frame. + +@item C-t Left +Move to the frame left of the current frame. + +@item C-t Right +Move to the frame right of the current frame. + +@item C-t Up +Move to the frame above the current frame. + @end table @node Hooks, The Status Bar, Keystrokes, Top |