From a831b8083a44535c33fd7d786b0c6db75e1e25d7 Mon Sep 17 00:00:00 2001 From: Gil Portenseigne Date: Thu, 11 Apr 2024 10:56:40 +0200 Subject: [PATCH] ajout historique long tmux --- .config/tmux/tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 7657300..20f9796 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -9,6 +9,8 @@ set-option -s set-clipboard off bind P paste-buffer bind-key -T copy-mode-vi v send-keys -X begin-selection bind-key -T copy-mode-vi y send-keys -X rectangle-toggle -unbind -T copy-mode-vi Enter bind-key -T copy-mode-vi Enter send-keys -X copy-pipe-and-cancel 'xclip -se c -i' +unbind -T copy-mode-vi Enter #bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel 'xclip -se c -i' + +set-option -g history-limit 100000