Fix copy paste issues

This commit is contained in:
2026-04-14 22:22:44 -07:00
parent d4f6f279c1
commit 7d3910024b

View File

@@ -45,7 +45,7 @@ bind-key [ copy-mode
bind-key ] paste-buffer bind-key ] paste-buffer
if-shell '[[ -n "$WAYLAND_DISPLAY" ]]' \ 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 "wl-copy --foreground"' \
'bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel "xclip -selection clipboard"' 'bind-key -T copy-mode-vi Enter 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 bind-key -T copy-mode-vi v send-keys -X begin-selection
# Status Bar (Rosé Pine) # Status Bar (Rosé Pine)