Mercurial
diff vim-setup/.tmux.conf @ 43:5e6a5d3c6868
[Personal] Moving my vim-set up config here.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 01 Dec 2025 22:43:40 -0800 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vim-setup/.tmux.conf Mon Dec 01 22:43:40 2025 -0800 @@ -0,0 +1,20 @@ +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