view vim-setup/.tmux.conf @ 258:60a876c4587a

[ui] Add semantic primitive ownership Build a layered Zenbu token and sizing system, make authored controls use native-underneath primitives, migrate mrjunejune without imposing visual surfaces, and document/enforce HTML ownership in the catalog and wiki. Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Wed, 05 Aug 2026 05:25:40 -0700
parents 5e6a5d3c6868
children
line wrap: on
line source

set -g history-limit 500000
set -g default-terminal "tmux-256color"
set -s escape-time 0

setw -g mode-keys vi
set -g mouse on

bind | split-window -h 
bind - split-window -v 

# bind-key -T copy-mode-vi v send-keys -X begin-selection
# bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "pbcopy" 
# # if using xclip
# bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "xclip -in -selection clipboard"
# # bind-key -T copy-mode-vi y send-keys -X copy-pipe-and-cancel "wl-copy"

bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R