summaryrefslogtreecommitdiff
path: root/tmux
AgeCommit message (Collapse)Author
2021-02-13tmux: fix global status bar changeDaniel Schadt
With -g, we enable/disable the status bar globally, which is not what we want - that would mean that all sessions will start showing the bar if just one session creates a new window. Instead, we do it only for the current session.
2021-02-09tmux: enable mouse supportDaniel Schadt
2021-02-06add tmux + alacrittyDaniel Schadt