dots/files/.tmux.conf
2026-06-03 18:41:16 +02:00

12 lines
No EOL
204 B
Bash

unbind C-b
set -g prefix C-s
set -ga terminal-overrides ",xterm-256color:Tc"
bind-key & kill-window
bind-key x kill-pane
bind "\\" split-window -h
bind - split-window -v
set -g status-style 'default'