From d1c8cdd72cfd52b9ab57bdcc61cc6e78d579f40d Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 25 Oct 2024 10:52:43 +0200 Subject: Moved to GNU Stow --- .tmux.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .tmux.conf (limited to '.tmux.conf') diff --git a/.tmux.conf b/.tmux.conf new file mode 100644 index 0000000..f71afa0 --- /dev/null +++ b/.tmux.conf @@ -0,0 +1,23 @@ +set -g default-terminal "screen-256color" +set-window-option -g automatic-rename on +set-window-option -g mode-keys vi +set-option -g set-titles on +set-option -sg escape-time 10 +set-option -g mouse off + +set -g prefix M-x +bind M-x send-prefix + +set -g base-index 1 +set-window-option -g pane-base-index 1 +set -g renumber-windows on + +set -g status-bg '#222222' +set -g status-fg '#ffffff' +set -g window-status-current-format "#[fg=#ffffff]#[bg=#000000]#[fg=#ffffff]#[bg=#000000] #I:#W #[fg=#ffffff]#[bg=#000000]" + +bind-key Up select-pane -U +bind-key Down select-pane -D +bind-key Left select-pane -L +bind-key Right select-pane -R + -- cgit v1.2.3