refactor: reorganize into packages for modular use

This commit is contained in:
mitchell 2026-06-18 19:12:02 -04:00
parent e33c60c7aa
commit fd32e1431c
57 changed files with 0 additions and 66 deletions

View file

@ -1,23 +0,0 @@
set-option -g default-terminal "tmux-256color"
setw -g mouse on
setw -g mode-keys vi
setw -g escape-time 50
set -g prefix C-a
bind C-a send-prefix
unbind C-b
bind j select-pane -D
bind k select-pane -U
bind h select-pane -L
bind l select-pane -R
bind | split-window -h
bind _ split-window -v
bind -r J resize-pane -D 5
bind -r K resize-pane -U 5
bind -r H resize-pane -L 5
bind -r L resize-pane -R 5
source-file "~/.tmux-line.conf"