summaryrefslogtreecommitdiff
path: root/plugins/tmux
AgeCommit message (Collapse)Author
2018-10-17tmux: add README (#7293)Sagar Patil
2018-08-18tmux: do not auto-load tmux inside of Emacs/Vim15cm
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-09tmux: fix invalid syntax on old zsh versionsMarc Cornellà
First reported on https://github.com/robbyrussell/oh-my-zsh/commit/f584de5930467fd53e8b7d2e51f5227bc405e4b2#r29984052
2018-08-07tmux: fix regression after f584de5Marc Cornellà
Fixes #7041
2018-08-03tmux: refactor and simplify tmux function logicMarc Cornellà
2018-08-03tmux: refactorAndrew 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-03tmux: detabify source codeAndrew 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-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
This is done to fix compatibility with antigen. To keep with convention, the variable has been renamed to be in all caps.
2013-03-26Prefixing tmux wrapper function with '_'.Josh Matthews
2013-02-27Checking to make sure tmux is actually installed before running plugin.Josh Matthews
If it is not found an error message is printed.
2013-02-26Adding 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-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-26Adding helper tmux config files to 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