From fb0b6483a08300e6d72e6079d0e402603f73255d Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 5 Aug 2015 19:45:35 +0200 Subject: unposted: _ssh: use the -q option for the = suffix This way, you can press = to start completing the values instead of the space, backspace, tab dance --- Completion/Unix/Command/_ssh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_ssh b/Completion/Unix/Command/_ssh index d00f1dfd6..fb8fe57b0 100644 --- a/Completion/Unix/Command/_ssh +++ b/Completion/Unix/Command/_ssh @@ -383,7 +383,7 @@ _ssh () { else # old options are after the empty "\"-line _wanted values expl 'configure file option' \ - compadd -M 'm:{a-z}={A-Z}' -S '=' - \ + compadd -M 'm:{a-z}={A-Z}' -q -S '=' - \ AddressFamily \ BatchMode \ BindAddress \ -- cgit 1.4.1