soyuka / tmux-current-pane-hostname

Tmux plugin that enables displaying hostname and user of the current pane in your status bar.
MIT License
76 stars 23 forks source link

add: ssh port variable #13

Closed Skrip42 closed 4 years ago

Skrip42 commented 4 years ago

fix: variable reused (like #{?#{pane_ssh_connected}, #U(#H:#{pane_ssh_port}), #U(local)}) fix: ssh_connected returns value for condition (returns 1 or 0) fix: ssh port syntax options (-p22/-p 22)

soyuka commented 4 years ago

nice one! Could you update the readme as well?

Skrip42 commented 4 years ago

Sorry, I forgot about it....

soyuka commented 4 years ago

No problem thank you very much @Skrip42 !