Update tmux.conf

Adding scroolback and rebinding ctrl+a f to fullscreening a plane
This commit is contained in:
tobias 2024-11-21 11:43:06 +01:00
parent b0a730d90d
commit 642b8983f1

View File

@ -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