Commit graph

9 commits

Author SHA1 Message Date
38fb93fd16 revert c868785: change tmux prefix back to C-space
I was only having issues with C-space on Alacritty. However, Alacritty
was giving more pain with other key combinations as well so I decided to
move to wsltty for now.
2020-12-17 17:35:53 +01:00
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
45bac0500b tmux: minor tweak to status line 2020-12-13 02:17:24 +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
7d961dd352 Remove optional --- from YAML files 2019-11-16 12:32:43 +00:00
81c63724d7 Add installation for commonly used sotfware 2019-11-15 23:44:15 +00:00
e279c9b5d1 Add tmux role 2019-11-15 19:58:27 +00:00