From: Armaan Bhojwani Date: Mon, 24 May 2021 16:56:49 +0000 (-0400) Subject: tmux: increase history size X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=f447a1ebede40dca7c4183096abc468668c803db tmux: increase history size --- diff --git a/config.org b/config.org index fe7c673..7bd50a1 100644 --- a/config.org +++ b/config.org @@ -1272,6 +1272,7 @@ I use tmux in order to keep my st build light. Still learning how it works. #+begin_src conf :tangle ~/.tmux.conf set -g status off set -g mouse on + set-option -g history-limit 50000 set-window-option -g mode-keys vi bind-key -T copy-mode-vi 'v' send -X begin-selection bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'