From f447a1ebede40dca7c4183096abc468668c803db Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Mon, 24 May 2021 12:56:49 -0400 Subject: [PATCH] tmux: increase history size --- config.org | 1 + 1 file changed, 1 insertion(+) 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' -- 2.39.2