tmux.conf/tmux.conf
2025-01-07 14:48:31 +01:00

18 lines
425 B
Bash

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}"