diff options
author | June McEnroe <june@causal.agency> | 2019-02-27 00:17:59 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-02-27 00:17:59 -0500 |
commit | d8cffb8ae7c949a85b35a15f344fec592d7df060 (patch) | |
tree | c561b0a334cd842d41c2bc66f13d1e59b7c844a2 /catgirl.1 | |
parent | Add M-/ to switch to previously active window (diff) | |
download | catgirl-d8cffb8ae7c949a85b35a15f344fec592d7df060.tar.gz catgirl-d8cffb8ae7c949a85b35a15f344fec592d7df060.zip |
Add /move command
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1 index cb2826a..c7dd091 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -162,6 +162,16 @@ Close the current window. .It Ic /help , /man View this manual. . +.It Ic /move Ar num +Move window to number. +If +.Ar num +starts with +.Cm + +or +.Cm - , +the number is relative to the current window. +. .It Ic /open Op Ar range Open a .Ar range |