From 2f4688afcbb098935869ccb1d9a47d120248d7d1 Mon Sep 17 00:00:00 2001 From: RageCage64 Date: Thu, 29 Feb 2024 11:22:40 -0500 Subject: [PATCH] tmux status bar --- .tmux.conf | 17 ++++++++++++++++- link_configs.sh | 1 + 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 link_configs.sh diff --git a/.tmux.conf b/.tmux.conf index 5d1715a..46994a4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,2 +1,17 @@ +# For vim set -sg escape-time 0 -set -g default-terminal "tmux-256color" + +# This is convenient sometimes +set -g mouse + +# Attempting to get terminal colour +# set -g default-terminal "tmux-256color" +set -g default-terminal "xterm-256color" + +# Top status with nice colours +set -g status-style "fg=#665c54" +set -g status-left-style "fg=#928374" +set -g status-bg default +set -g status-position top +set -g status-interval 1 +set -g status-left "" diff --git a/link_configs.sh b/link_configs.sh new file mode 100644 index 0000000..42ad748 --- /dev/null +++ b/link_configs.sh @@ -0,0 +1 @@ +ln -s $(pwd)/.tmux.conf ~