Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-02 | fix(tmux): don't autostart inside background intelliJ (#11927) | HeroCC | |
2023-09-03 | feat(tmux): allow all standard config files (#11103) | n0tr00t | |
Closes #11803 Co-authored-by: n0tr00t <106423923+n0tr00teuorg@users.noreply.github.com> | |||
2022-12-08 | fix(tmux): use `$...SESSION_NAME` while attaching (#10946) | fedor | |
2022-01-27 | fix(tmux): use `$ZSH_TMUX_CONFIG` setting in tmuxconf alias | ajr-dev | |
2022-01-20 | feat(tmux): add `tmuxconf` alias to edit .tmux.conf (#6555) | Billy Mathews | |
Closes #6555 | |||
2021-12-28 | chore: fix comment bulk replace | Marc Cornellà | |
2021-12-28 | refactor: handle `$0` according to the Zsh plugin standard (#10518) | Curtis Rueden | |
For details and rationale, see: https://zdharma-continuum.github.io/Zsh-100-Commits-Club/Zsh-Plugin-Standard.html Closes #10518 | |||
2021-11-08 | feat(tmux): set session name with `ZSH_TMUX_DEFAULT_SESSION_NAME` (#9063) | Shahin Sorkh | |
2020-03-11 | Clean up plugin READMEs and a few plugins | Marc Cornellà | |
- fasd - history - mercurial - pylint - repo - yii2 | |||
2020-02-04 | Revert "fix: Update tmux plugin to use modern terminfo. (#8582)" | Marc Cornellà | |
This reverts commit 69caf98cf754553fda969b0bf1d4966f0498f58f. | |||
2020-01-31 | fix: Update tmux plugin to use modern terminfo. (#8582) | Dennis Rausch | |
* fix: Update tmux plugin to use modern terminfo. * doc: Update documentation for tmux plugin. | |||
2019-11-23 | tmux: add ZSH_TMUX_UNICODE to README | Marc Cornellà | |
2019-11-23 | tmux: add support for forced unicode support (#5166) | Peter Mosmans | |
When ZSH_TMUX_UNICODE=true then tmux is informed that UTF-8 is supported. Closes #5166 | |||
2019-11-15 | tmux: export ZSH_TMUX_CONFIG again to provide to tmux (#8390) | Paulo Diovani Gonçalves | |
2019-11-14 | tmux: fix bad tmux config syntax and logical expression error in 86b39cf (#8374) | Yuan-Hao Chen | |
2019-11-08 | tmux: allow to define a custom configuration path (#7606) | StelFux | |
2019-11-08 | Upgrade some URLs to HTTPS (#8202) | Isaac Clayton | |
* Update http to https in Solarized * Upgrade http to https for 'Burger In Your Shell' * Upgrade http to https for tmux.github.io | |||
2018-11-26 | tmux: use $terminfo to avoid echoti errors | Marc Cornellà | |
See https://github.com/robbyrussell/oh-my-zsh/issues/7407#issuecomment-441665143 | |||
2018-11-16 | tmux: use echoti instead of tput for FreeBSD compatibility | Marc Cornellà | |
Fixes #7407 FreeBSD's tput needs termcap codes instead of terminfo capnames, so using `tput colors` has the wrong effect. See #7407 | |||
2018-10-17 | tmux: add README (#7293) | Sagar Patil | |
2018-08-18 | tmux: do not auto-load tmux inside of Emacs/Vim | 15cm | |
When Emacs and Vim are launched from outside of an interactive shell, $TMUX and $STY are not set; check for Emacs and Vim environment variables instead. | |||
2018-08-09 | tmux: fix invalid syntax on old zsh versions | Marc Cornellà | |
First reported on https://github.com/robbyrussell/oh-my-zsh/commit/f584de5930467fd53e8b7d2e51f5227bc405e4b2#r29984052 | |||
2018-08-07 | tmux: fix regression after f584de5 | Marc Cornellà | |
Fixes #7041 | |||
2018-08-03 | tmux: refactor and simplify tmux function logic | Marc Cornellà | |
2018-08-03 | tmux: refactor | Andrew Janke | |
- Consolidates the switch-adding logic for readability. - Replaces "[[ ... ]] && ..." with "if [[ ... ]]; then ..." in some cases to avoid a spurious nonzero exit status from _zsh_tmux_plugin_run. - Puts error message on stderr instead of stdout | |||
2018-08-03 | tmux: detabify source code | Andrew Janke | |
Also changes the tmux detection test to do an early exit if tmux is absent, to reduce the indentation level of the main body of code. | |||
2016-08-12 | Add tmux attach -d alias (#5285) | Daniel Grove | |
2014-09-16 | additional tmux aliases | Peter Butkovic | |
2013-10-23 | Add tmux aliases | Kevin Traver | |
2013-07-15 | fixed typo in tmux plugin | fff | |
2013-07-02 | fixed typo in tmux plugin | Matei Trusca | |
2013-06-22 | Not loading home tmux confs when iTerm2 tmux integration is enabled | Andrew Schwartzmeyer | |
2013-06-22 | Adding support for iTerm2 tmux integration via option '-CC' | Andrew Schwartzmeyer | |
2013-03-26 | Exporting path to fixed config as a global variable. | Josh Matthews | |
This is done to fix compatibility with antigen. To keep with convention, the variable has been renamed to be in all caps. | |||
2013-03-26 | Prefixing tmux wrapper function with '_'. | Josh Matthews | |
2013-02-27 | Checking to make sure tmux is actually installed before running plugin. | Josh Matthews | |
If it is not found an error message is printed. | |||
2013-02-26 | Adding options to choose tmux TERM for 256 and non-256 color terminals. | Josh Matthews | |
This may be needed on systems that don't have the proper terminfo for screen and/or screen-256color. Otherwise the defaults of screen and screen-256color should be fine. | |||
2013-02-26 | Adding compdef to maintain tmux completions. | Josh Matthews | |
2013-02-26 | Fixing typo in alias. | Josh Matthews | |
2013-02-26 | Adding option to prevent autostarting tmux more than once in the same session. | Josh Matthews | |
2013-02-26 | Checking if already in tmux before autostarting in tmux in tmux plugin. | Josh Matthews | |
2013-02-26 | Checking environment instead of local variable for fixing term in tmux plugin. | Josh Matthews | |
2013-02-26 | Fixing typos, logic, and gremlins in tmux plugin. | Josh Matthews | |
2013-02-26 | Adding helper tmux config files to tmux plugin. | Josh Matthews | |
2013-02-26 | Enabling autostart of tmux in tmux plugin. | Josh Matthews | |
2013-02-26 | Adding comments to tmux plugin. | Josh Matthews | |
2013-02-26 | Tmux plugin now just runs tmux if any extra args are given. | Josh Matthews | |
2013-02-26 | Now checking for 256 color terminal in tmux plugin. | Josh Matthews | |
2013-02-26 | Adding main function and alias to tmux plugin. | Josh Matthews | |
2013-02-26 | Starting tmux plugin with basic config variables. | Josh Matthews | |