index
:
zsh.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
tmux
Age
Commit message (
Expand
)
Author
2018-08-18
tmux: do not auto-load tmux inside of Emacs/Vim
15cm
2018-08-09
tmux: fix invalid syntax on old zsh versions
Marc Cornellà
2018-08-07
tmux: fix regression after f584de5
Marc Cornellà
2018-08-03
tmux: refactor and simplify tmux function logic
Marc Cornellà
2018-08-03
tmux: refactor
Andrew Janke
2018-08-03
tmux: detabify source code
Andrew Janke
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
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
2013-02-26
Adding options to choose tmux TERM for 256 and non-256 color terminals.
Josh Matthews
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