summaryrefslogtreecommitdiff
path: root/plugins/tmux
AgeCommit message (Collapse)Author
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