Make host name completion require trigger sequence (#13)

This commit is contained in:
Junegunn Choi
2013-12-23 23:16:07 +09:00
parent 76fe23b928
commit 33b28be941
2 changed files with 15 additions and 13 deletions

View File

@@ -305,11 +305,11 @@ kill -9 <TAB>
#### Host names
For ssh and telnet commands, fuzzy completion for host names is provided. The
names are extracted from /etc/hosts file.
names are extracted from /etc/hosts and ~/.ssh/config.
```sh
ssh <TAB>
telnet <TAB>
ssh **<TAB>
telnet **<TAB>
```
#### Settings