From 642b8983f15cee06aa9fdd43f4056587e18bd55f Mon Sep 17 00:00:00 2001 From: tobias Date: Thu, 21 Nov 2024 11:43:06 +0100 Subject: [PATCH] Update tmux.conf Adding scroolback and rebinding ctrl+a f to fullscreening a plane --- tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tmux.conf b/tmux.conf index b03b37f..f7e0c9a 100644 --- a/tmux.conf +++ b/tmux.conf @@ -20,3 +20,10 @@ unbind % # New keybinds for copy mode bind v copy-mode unbind [ + +# Increase scroolback buffer +set-option -g history-limit 10000 + + +bind f resize-pane -Z +unbind z