]> git.armaanb.net Git - config.org.git/commitdiff
tmux: increase history size
authorArmaan Bhojwani <me@armaanb.net>
Mon, 24 May 2021 16:56:49 +0000 (12:56 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Mon, 24 May 2021 16:56:49 +0000 (12:56 -0400)
config.org

index fe7c67378457c499baa7eb4e11f40960a40a6f13..7bd50a1b381cd5f08209962a3389376981a6a592 100644 (file)
@@ -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'