aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.local/bin/tmux-ssh
AgeCommit message (Collapse)Author
2023-04-26fix(tmux): fix hardcoded tmux socket pathToby Vincent
2023-04-25fix(tmux): unify tmux-ssh on local/remote by forwarding tmux's ssh socketToby Vincent
2023-04-04fix(tmux): improve tmux-sessions using sshr and clean up tmus-sshToby Vincent
2023-04-03fix(tmux): update for new sshr syntaxToby Vincent
2023-03-16feat(tmux): add MRU history file to tmux-sshToby Vincent
2023-03-10style(tmux): remove useless commentToby Vincent
2023-03-09fix(tmux): improve session namingToby Vincent
2023-03-09feat(tmux): impl ssh host switchingToby Vincent
It works by creating a new tmux server on a specific socket (`ssh`) that runs an additional config to change the prefix key and hide the status bar. It then uses a hook to reattach to the local session if the pane, and therefor ssh process, is exited.
2023-03-06fix(fzf): improve fzf-tmux argsToby Vincent
2022-10-23feat(tmux): start implementing tmux-ssh scriptToby Vincent
2022-09-16feat(tmux): start work on ssh-based sessionizerToby Vincent