mirror of
https://github.com/junegunn/fzf.git
synced 2026-02-28 04:22:34 +08:00
Make host name completion require trigger sequence (#13)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user