This commit is contained in:
quak
2024-10-06 22:49:38 +02:00
parent a5f8cbe9ab
commit e9d3755248
2 changed files with 13 additions and 2 deletions

View File

@@ -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

View File

@@ -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