diff options
author | todd | 2007-06-27 13:28:22 +0000 |
---|---|---|
committer | todd | 2007-06-27 13:28:22 +0000 |
commit | 87387d9bcaf92813d3dd4ed8e389aa98725f3b19 (patch) | |
tree | 476b140e8a7449689c82a95b2d55fad4064a1499 /cwm.1 | |
parent | d159196cb5b6b857a36ebbc97e19e6205ab1c98d (diff) | |
download | cwm-87387d9bcaf92813d3dd4ed8e389aa98725f3b19.tar.gz |
implement keyboard initiated movement of windows
enhanced version of diff originally from niallo@
man bits from niallo@
ok niallo@ japser@
Diffstat (limited to 'cwm.1')
-rw-r--r-- | cwm.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwm.1,v 1.7 2007/06/26 19:34:26 niallo Exp $ +.\" $OpenBSD: cwm.1,v 1.8 2007/06/27 13:28:22 todd Exp $ .\" .\" The following requests are required for all man pages. .Dd July 10, 2004 @@ -126,6 +126,13 @@ font string .Ar fontname the default font. .El +.Sh WINDOW MOVEMENT +.Nm +windows can be moved with the use of the keyboard through Vi-like bindings. +M-[hjkl] moves the current window a small amount, while M-shift-[hjkl] moves +the current window a larger amount. +For example, to move the current window to the left a small amount, press M-h. +To move the current window down by a larger amount, press M-shift-j. .Sh SEARCH .Nm features the ability to search for windows by their current title, old |