summaryrefslogtreecommitdiff
path: root/plugins/tmux/tmux.plugin.zsh
AgeCommit message (Expand)Author
2023-10-19feat(tmux): add `tds` alias for directory sessions (#11987)Peat Bakke
2023-10-02fix(tmux): don't autostart inside background intelliJ (#11927)HeroCC
2023-09-03feat(tmux): allow all standard config files (#11103)n0tr00t
2022-12-08fix(tmux): use `$...SESSION_NAME` while attaching (#10946)fedor
2022-01-27fix(tmux): use `$ZSH_TMUX_CONFIG` setting in tmuxconf aliasajr-dev
2022-01-20feat(tmux): add `tmuxconf` alias to edit .tmux.conf (#6555)Billy Mathews
2021-12-28chore: fix comment bulk replaceMarc Cornellà
2021-12-28refactor: handle `$0` according to the Zsh plugin standard (#10518)Curtis Rueden
2021-11-08feat(tmux): set session name with `ZSH_TMUX_DEFAULT_SESSION_NAME` (#9063)Shahin Sorkh
2020-02-04Revert "fix: Update tmux plugin to use modern terminfo. (#8582)"Marc Cornellà
2020-01-31fix: Update tmux plugin to use modern terminfo. (#8582)Dennis Rausch
2019-11-23tmux: add support for forced unicode support (#5166)Peter Mosmans
2019-11-15tmux: export ZSH_TMUX_CONFIG again to provide to tmux (#8390)Paulo Diovani Gonçalves
2019-11-14tmux: fix bad tmux config syntax and logical expression error in 86b39cf (#8374)Yuan-Hao Chen
2019-11-08tmux: allow to define a custom configuration path (#7606)StelFux
2018-11-26tmux: use $terminfo to avoid echoti errorsMarc Cornellà
2018-11-16tmux: use echoti instead of tput for FreeBSD compatibilityMarc Cornellà
2018-08-18tmux: do not auto-load tmux inside of Emacs/Vim15cm
2018-08-09tmux: fix invalid syntax on old zsh versionsMarc Cornellà
2018-08-07tmux: fix regression after f584de5Marc Cornellà
2018-08-03tmux: refactor and simplify tmux function logicMarc Cornellà
2018-08-03tmux: refactorAndrew Janke
2018-08-03tmux: detabify source codeAndrew Janke
2016-08-12Add tmux attach -d alias (#5285)Daniel Grove
2014-09-16additional tmux aliasesPeter Butkovic
2013-10-23Add tmux aliasesKevin Traver
2013-07-15fixed typo in tmux pluginfff
2013-07-02fixed typo in tmux pluginMatei Trusca
2013-06-22Not loading home tmux confs when iTerm2 tmux integration is enabledAndrew Schwartzmeyer
2013-06-22Adding support for iTerm2 tmux integration via option '-CC'Andrew Schwartzmeyer
2013-03-26Exporting path to fixed config as a global variable.Josh Matthews
2013-03-26Prefixing tmux wrapper function with '_'.Josh Matthews
2013-02-27Checking to make sure tmux is actually installed before running plugin.Josh Matthews
2013-02-26Adding options to choose tmux TERM for 256 and non-256 color terminals.Josh Matthews
2013-02-26Adding compdef to maintain tmux completions.Josh Matthews
2013-02-26Fixing typo in alias.Josh Matthews
2013-02-26Adding option to prevent autostarting tmux more than once in the same session.Josh Matthews
2013-02-26Checking if already in tmux before autostarting in tmux in tmux plugin.Josh Matthews
2013-02-26Checking environment instead of local variable for fixing term in tmux plugin.Josh Matthews
2013-02-26Fixing typos, logic, and gremlins in tmux plugin.Josh Matthews
2013-02-26Enabling autostart of tmux in tmux plugin.Josh Matthews
2013-02-26Adding comments to tmux plugin.Josh Matthews
2013-02-26Tmux plugin now just runs tmux if any extra args are given.Josh Matthews
2013-02-26Now checking for 256 color terminal in tmux plugin.Josh Matthews
2013-02-26Adding main function and alias to tmux plugin.Josh Matthews
2013-02-26Starting tmux plugin with basic config variables.Josh Matthews