summary refs log tree commit diff
path: root/cwm.1
diff options
context:
space:
mode:
authorokan <okan>2008-04-15 18:33:13 +0000
committerokan <okan>2008-04-15 18:33:13 +0000
commit4bbb472a25c62b8266de2225c5f98b96ab829e1c (patch)
tree12a623aff82883076ca55b6a663a3efd12ee64d4 /cwm.1
parentfe80d400634a3b5e38ad8d1e9b5a3146306305d2 (diff)
downloadcwm-4bbb472a25c62b8266de2225c5f98b96ab829e1c.tar.gz
cwm-4bbb472a25c62b8266de2225c5f98b96ab829e1c.tar.xz
cwm-4bbb472a25c62b8266de2225c5f98b96ab829e1c.zip
- add vi keybindings to search
- allow for ctrl-h as well

discussion with and ok oga@
Diffstat (limited to 'cwm.1')
-rw-r--r--cwm.112
1 files changed, 7 insertions, 5 deletions
diff --git a/cwm.1 b/cwm.1
index b6835a7..3429817 100644
--- a/cwm.1
+++ b/cwm.1
@@ -15,7 +15,7 @@
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
 .\" The following requests are required for all man pages.
-.Dd $Mdocdate: April 7 2008 $
+.Dd $Mdocdate: April 8 2008 $
 .Dt CWM 1
 .Os
 .Sh NAME
@@ -177,17 +177,19 @@ The window is hidden.
 .Pp
 The following keybindings may be used to navigate the result list:
 .Pp
-.Bl -tag -width "[Down] or C-sXXX" -offset indent -compact
-.It Ic [Down] No or Ic C-s
+.Bl -tag -width "[Down] or C-s or M-j" -offset indent -compact
+.It Ic [Down], C-s No or Ic M-j
 Select the next window in the list.
-.It Ic [Up] No or Ic C-r
+.It Ic [Up], C-r No or Ic M-k
 Select the previous window in the list.
+.It Ic [Backspace] No or Ic C-h
+Backspace.
 .It Ic C-u
 Clear the input.
 .It Ic [Enter]
 Focus the selected window.
 .It Ic [Esc]
-Quit.
+Cancel.
 .It Ic C-a
 Whenever there are no matching windows, list every window.
 .El