big vibecode cleanup

This commit is contained in:
2026-03-05 18:57:30 +00:00
parent 62a1779d9e
commit 0d9f9bd4e8
10 changed files with 71 additions and 146 deletions

View File

@@ -49,8 +49,8 @@ bind R source-file ~/.tmux.conf \; display-message "Config reloaded"
# Mouse on/off
set -g mouse on
# Split window
bind-key C-v split-window -h
# Split window (g=horizontal, v=vertical — matches WM configs)
bind-key g split-window -h
bind-key v split-window -v
# Rotate Window