Skip to content

Commit da60e97

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

zsh-ssh.zsh

Lines changed: 0 additions & 1 deletion
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%

0 commit comments

Comments
 (0)