Skip to content

Commit e7e8ebe

Browse files
fix: remove missing fzf --no-separator option
1 parent 32fab51 commit e7e8ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zsh-ssh.zsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@ fzf-complete-ssh() {
205205
--header-lines=2 \
206206
--reverse \
207207
--prompt='SSH Remote > ' \
208-
--no-separator \
209208
--bind 'shift-tab:up,tab:down,bspace:backward-delete-char/eof' \
210209
--preview 'ssh -T -G $(cut -f 1 -d " " <<< {}) | grep -i -E "^User |^HostName |^Port |^ControlMaster |^ForwardAgent |^LocalForward |^IdentityFile |^RemoteForward |^ProxyCommand |^ProxyJump " | column -t' \
211210
--preview-window=right:40%
@@ -221,7 +220,8 @@ fzf-complete-ssh() {
221220

222221
# Fall back to default completion
223222
else
224-
zle ${fzf_ssh_default_completion:-expand-or-complete}
223+
pass
224+
# zle ${fzf_ssh_default_completion:-expand-or-complete}
225225
fi
226226
}
227227

0 commit comments

Comments
 (0)