diff options
author | oga | 2007-11-07 21:58:03 +0000 |
---|---|---|
committer | oga | 2007-11-07 21:58:03 +0000 |
commit | bf37283aceddf2b27feccf302522a03aa9cb439e (patch) | |
tree | adc09bcd4d086dccad92550ee3e89a6f1826fe13 /cwm.1 | |
parent | 151a94964ddadf0a0093bd4ac9f2a02cecaf553d (diff) | |
download | cwm-bf37283aceddf2b27feccf302522a03aa9cb439e.tar.gz |
Add support to cwm for resizing the windows using Control-Meta-[hjkl].
Please note that this remaps Control-Meta-L (label) to Control-Meta-N (name).
ok jasper@, todd@.
Diffstat (limited to 'cwm.1')
-rw-r--r-- | cwm.1 | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwm.1,v 1.10 2007/10/07 16:56:21 ian Exp $ +.\" $OpenBSD: cwm.1,v 1.11 2007/11/07 21:58:03 oga Exp $ .\" .\" The following requests are required for all man pages. .Dd June 29, 2007 @@ -63,7 +63,7 @@ Raise current window. Search for windows. .It Ic C-/ Search for applications. -.It Ic C-M-l +.It Ic C-M-n Label current window. .It Ic M-Tab Cycle through currently visible windows. @@ -133,13 +133,17 @@ The default behavior for new windows is to not assign any group. This changes the default behavior to assigning the currrently selected group to any newly created windows. .El -.Sh WINDOW MOVEMENT +.Sh WINDOW MOVEMENT AND RESIZING .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. +.Pp +Similarly, windows may be resized with the same keybindings with the addition +of the Control key. C-M-[hjkl] resizes the window a small amount and C-M-shift-[hjkl] +resizes by a larger increment. .Sh SEARCH .Nm features the ability to search for windows by their current title, |