1
0

first commit

This commit is contained in:
2025-03-30 12:20:24 +01:00
commit 20edc7dc7e
19 changed files with 1007 additions and 0 deletions

16
base/.tmux.conf Normal file
View File

@@ -0,0 +1,16 @@
set-option -g prefix C-space
set -g mouse off
setw -g mouse off
# Start windows and panes at 1, not 0
set -g base-index 1
setw -g pane-base-index 1
set -g allow-passthrough on
bind-key -n F2 new-window
bind-key -n F3 previous-window
bind-key -n F4 next-window
set -s set-clipboard on