We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32fab51 commit e7e8ebeCopy full SHA for e7e8ebe
zsh-ssh.zsh
@@ -205,7 +205,6 @@ fzf-complete-ssh() {
205
--header-lines=2 \
206
--reverse \
207
--prompt='SSH Remote > ' \
208
- --no-separator \
209
--bind 'shift-tab:up,tab:down,bspace:backward-delete-char/eof' \
210
--preview 'ssh -T -G $(cut -f 1 -d " " <<< {}) | grep -i -E "^User |^HostName |^Port |^ControlMaster |^ForwardAgent |^LocalForward |^IdentityFile |^RemoteForward |^ProxyCommand |^ProxyJump " | column -t' \
211
--preview-window=right:40%
@@ -221,7 +220,8 @@ fzf-complete-ssh() {
221
220
222
# Fall back to default completion
223
else
224
- zle ${fzf_ssh_default_completion:-expand-or-complete}
+ pass
+ # zle ${fzf_ssh_default_completion:-expand-or-complete}
225
fi
226
}
227
0 commit comments