Merge pull request #27 from brianpooe/claude/cool-hopper-8vgG8

Claude/cool hopper 8vg g8
This commit is contained in:
Brian Pooe 2026-06-11 17:37:41 +02:00 committed by GitHub
commit 2acf2d481b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -42,6 +42,10 @@ 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