This commit is contained in:
kento2 2026-06-03 18:41:16 +02:00
parent 4d1db92944
commit 7313a85b6d
11 changed files with 390 additions and 14 deletions

12
files/.tmux.conf Normal file
View file

@ -0,0 +1,12 @@
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'