Fix minor issues with vim and zsh
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user