From e9d3755248dd89787ae76b6285dce0597a513883 Mon Sep 17 00:00:00 2001 From: quak Date: Sun, 6 Oct 2024 22:49:38 +0200 Subject: [PATCH] ..tmux --- README.md | 3 +++ tmux/.config/tmux/tmux.conf | 12 ++++++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fae0842..73ba82b 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,14 @@ A collection of configuration files meant to be used with GNU stow. * alacritty * audacious * bash-completion +* bat * bitwarden * dunst * eza * feh * firefox * git +* ly * maim * man * pavucontrol @@ -34,6 +36,7 @@ A collection of configuration files meant to be used with GNU stow. * rofi * starship * stow +* tmux * unzip * xclip diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index c4291c9..69af903 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -4,8 +4,13 @@ set-option -g default-command "/bin/bash" # set prefix key unbind C-b -set -g prefix C-Space -bind C-Space send-prefix +set-option -g prefix C-Space + +# general keybindings +bind r source-file ~/.config/tmux/tmux.conf \; display-message "config reloaded" + +bind -n S-Left previous-window +bind -n S-Right next-window # enable mouse support set -g mouse on @@ -15,3 +20,6 @@ set -g base-index 1 set -g pane-base-index 1 set-window-option -g pane-base-index 1 set-option -g renumber-windows on + +# status bar +set -g status-interval 5