Fix minor issues with vim and zsh

This commit is contained in:
2026-04-14 22:41:40 -07:00
parent 7d3910024b
commit 4c641c4435
5 changed files with 18 additions and 3 deletions

View File

@@ -46,6 +46,9 @@ bind-key ] paste-buffer
if-shell '[[ -n "$WAYLAND_DISPLAY" ]]' \
'bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "wl-copy --foreground"' \
'bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -display $DISPLAY -selection clipboard -in"'
if-shell '[[ -n "$WAYLAND_DISPLAY" ]]' \
'bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "wl-copy --foreground"' \
'bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "xclip -display $DISPLAY -selection clipboard -in"'
bind-key -T copy-mode-vi v send-keys -X begin-selection
# Status Bar (Rosé Pine)
@@ -64,7 +67,7 @@ set -g visual-activity on
set-option -g repeat-time 0
# From tmux-sensible
set -s escape-time 0
set -s escape-time 20
set -g history-limit 50000
set -g display-time 750
set -g default-terminal "xterm-256color"