diff options
author | niallo | 2007-06-26 19:34:26 +0000 |
---|---|---|
committer | niallo | 2007-06-26 19:34:26 +0000 |
commit | d159196cb5b6b857a36ebbc97e19e6205ab1c98d (patch) | |
tree | 6849206fe3eef1efa162451ded69ef09a5e28f04 /cwm.1 | |
parent | 65c89b8358ae0ace01a76a8d2b6d39c4a673f1fb (diff) | |
download | cwm-d159196cb5b6b857a36ebbc97e19e6205ab1c98d.tar.gz |
modify "exec" dialog so that it auto-completes based on executables in
_PATH_DEFPATH
add an "ssh-to" dialog which auto-completes based on contents of
~/.ssh/known_hosts (M-.)
testing and eyeballing by Simon Kuhnle <simonkuhnle at web.de>, todd@, pedro@
mk@ and David Cathcart <david at cathcart.cx>
ok todd@
Diffstat (limited to 'cwm.1')
-rw-r--r-- | cwm.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -.\" $OpenBSD: cwm.1,v 1.6 2007/06/06 22:08:02 jasper Exp $ +.\" $OpenBSD: cwm.1,v 1.7 2007/06/26 19:34:26 niallo Exp $ .\" .\" The following requests are required for all man pages. .Dd July 10, 2004 @@ -87,6 +87,10 @@ Toggle full-screen size of window. Toggle vertical maximization of window. .It Fa M-? Spawn \&"Exec program\&" dialog. +.It Fa M-. +Spawn \&"Ssh to\&" dialog. +This parses your $HOME/.ssh/known_hosts file to provide host auto-completion. +Ssh will be executed via the configured terminal emulator. .El .Pp The mouse bindings are also important, they are: |