Revert "fix(tmux): restore clear-screen as prefix + Ctrl+l"

This reverts commit 48fba064b7.
This commit is contained in:
Claude 2026-06-11 15:33:36 +00:00
parent 48fba064b7
commit 97ba2271e2
No known key found for this signature in database

View file

@ -42,10 +42,6 @@ bind -r h resize-pane -L 5
# Use m key to maximize pane # Use m key to maximize pane
bind -r m resize-pane -Z bind -r m resize-pane -Z
# vim-tmux-navigator captures plain Ctrl+l for pane navigation, which breaks
# the shell's clear-screen. Restore it as "Prefix + Ctrl+l".
bind C-l send-keys 'C-l'
# Enable vi mode to allow us to use vim keys to move around in copy mode (Prefix + [ places us in copy mode) # Enable vi mode to allow us to use vim keys to move around in copy mode (Prefix + [ places us in copy mode)
set-window-option -g mode-keys vi set-window-option -g mode-keys vi
set -g @yank_selection_mouse 'clipboard' # Fix mouse drag copy behavior set -g @yank_selection_mouse 'clipboard' # Fix mouse drag copy behavior