Skip to content

Commit

Permalink
fix: remove missing fzf --no-separator option
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienjacquet committed Jan 17, 2024
1 parent 32fab51 commit da60e97
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zsh-ssh.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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%
Expand Down

0 comments on commit da60e97

Please sign in to comment.