Commit graph

5 commits

Author SHA1 Message Date
4ec99e386f tmux: change prefix to C-a (from C-space)
Some terminal emulators eat up the C-space sequence. C-a seems to be
quite safe, as many people use it.
2020-12-16 19:25:37 +01:00
71f9710d82 tmux: more status line tweaking 2020-12-13 00:54:39 +01:00
e601612535 feat(tmux): improve status line with more info & colors 2020-12-11 18:03:22 +01:00
6b4f2ecf85 fix(tmux): changing background was ignored by tmux
When moving the configuration files to $XDG_CONFIG_HOME I forgot to
change the line in .bashrc that sources the tmux configuration so bash
was still trying to source ~/.tmux.conf, which no longer exists.

This commit fixes that. Additionally, the color setting code has been
factored out of tmux.conf into tmux-colors.conf (which can be sourced
from bash profile and tmux.conf). This way the rest of the code in
tmux.conf doesn't have to be executed again when changing the background
color.
2020-12-04 18:15:41 +01:00
e279c9b5d1 Add tmux role 2019-11-15 19:58:27 +00:00
Renamed from dotfiles/.config/tmux/tmux.conf (Browse further)