From da60e97ec86c1a4fc5f32088880017ae44c89f4d Mon Sep 17 00:00:00 2001 From: Bastien Jacquet Date: Tue, 16 Jan 2024 23:38:05 +0100 Subject: [PATCH] fix: remove missing fzf --no-separator option --- zsh-ssh.zsh | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh-ssh.zsh b/zsh-ssh.zsh index c40fb0f..40e7457 100644 --- a/zsh-ssh.zsh +++ b/zsh-ssh.zsh @@ -205,7 +205,6 @@ fzf-complete-ssh() { --header-lines=2 \ --reverse \ --prompt='SSH Remote > ' \ - --no-separator \ --bind 'shift-tab:up,tab:down,bspace:backward-delete-char/eof' \ --preview 'ssh -T -G $(cut -f 1 -d " " <<< {}) | grep -i -E "^User |^HostName |^Port |^ControlMaster |^ForwardAgent |^LocalForward |^IdentityFile |^RemoteForward |^ProxyCommand |^ProxyJump " | column -t' \ --preview-window=right:40%