aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tmux/.local
AgeCommit message (Collapse)Author
2024-08-05fix(tmux): simplify session creation scriptToby Vincent
2024-08-01perf(tmux): simplify and speed up tmux-projectrToby Vincent
2024-07-30chore: update README.mdToby Vincent
2024-07-26fix(build): fix migrate script (merged pkg into src)Toby Vincent
2024-07-23feat(xdg)!: move ~/src and ~/pkg into ~/.localToby Vincent
2024-05-28feat!: remove unused configs and cleanup pathsToby Vincent
2024-03-12feat(sway,tmux): add new flags for sshrToby Vincent
2024-02-28feat(tmux,sway): update for new sshr versionToby Vincent
2024-02-24fix(tmux): update sshr script for new versionToby Vincent
2024-02-21fix(tmux): fix error output in scriptToby Vincent
2024-02-18fix(tmux): add last host keybindToby Vincent
2024-02-06feat(tmux): update for new version of sshrToby Vincent
2024-02-05fix(tmux): remove select-1 flagToby Vincent
2024-01-31fix(ssh): simplify socket remote forwardingToby Vincent
2023-11-08feat(tmux): improve preview for tmux-projectrToby Vincent
2023-10-30fix(tmux): fix bugToby Vincent
2023-10-30fix(tmux): fix bug in tmux-sshr scriptToby Vincent
2023-10-29fix(tmux): update tmux-sshr for new sshrToby Vincent
2023-10-08fix(tmux): improve remote xdg-open commandToby Vincent
2023-10-07fix(tmux): add check for missing socketsToby Vincent
2023-10-07feat(ssh): open local browser over sshToby Vincent
2023-07-25fix(tmux): improve projectr previewToby Vincent
2023-07-18fix(tmux): hide preview on small displaysToby Vincent
2023-07-11fix: update email addressToby Vincent
2023-07-01fix(tmux): remove session namingToby Vincent
2023-07-01fix(tmux): improve display of pathsToby Vincent
2023-06-26refactor(tmux): rename scriptsToby Vincent
2023-06-26feat(tmux): add `~/doc` to projectr listToby Vincent
2023-05-31fix(tmux): fix bug when no project is selectedToby Vincent
2023-05-31refactor(tmux): make sessionizer more flexableToby Vincent
2023-05-14refactor(tmux): replace exa with treeToby Vincent
2023-05-09fix(tmux): fix bug in tmux-sessionsToby Vincent
2023-05-08refactor(tmux): simplify sessionizer scriptToby Vincent
Signed-off-by: Toby Vincent <tobyv13@gmail.com>
2023-05-08fix(tmux): update flags for projectr and sshrToby Vincent
2023-05-06fix(tmux): update projectr opts (again, again)Toby Vincent
2023-05-06fix(tmux): update projectr opts (again)Toby Vincent
2023-05-06fix(tmux,zsh): fix load order for clipboard hooksToby Vincent
2023-05-05fix(tmux): update projectr opts for dev versionToby Vincent
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-15fix(tmux): improve system clipboard syncingToby 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-07fix(tmux): remove exit code from tmux-sessionsToby Vincent
2023-03-06fix(fzf): improve fzf-tmux argsToby Vincent
2023-01-07fix(tmux): add `~/pkg` to projectrToby Vincent