From 97ba2271e23b65cea41f844002a2bb4e0c61f782 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 11 Jun 2026 15:33:36 +0000 Subject: [PATCH] Revert "fix(tmux): restore clear-screen as prefix + Ctrl+l" This reverts commit 48fba064b7e6170d2ce6aa6974cc8f3cc664372f. --- .config/tmux/tmux.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 3cbd42b..df11601 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -42,10 +42,6 @@ bind -r h resize-pane -L 5 # Use m key to maximize pane 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) set-window-option -g mode-keys vi set -g @yank_selection_mouse 'clipboard' # Fix mouse drag copy behavior