initial config

This commit is contained in:
David Senoner 2025-01-07 14:48:31 +01:00
commit b05df92d10

18
tmux.conf Normal file
View file

@ -0,0 +1,18 @@
unbind C-b
unbind C-Space
set -g prefix C-Space
bind C-Space send-prefix
bind r source-file ~/.config/tmux/tmux.conf \; display "Reloaded!"
set-option -g history-limit 5000
set -g mouse on
set -g base-index 1
set -g pane-base-index 1
set -g renumber-windows on
set-option -sa terminal-overrides ",xterm*:Tc"
unbind %
bind | split-window -hc "#{pane_current_path}"
unbind '"'
bind - split-window -vc "#{pane_current_path}"