mirror of
1
0
Fork 0

changed history limit to 60000 (from 8000)

This commit is contained in:
Ralph Azucena 2018-08-01 17:09:03 -07:00 committed by GitHub
parent 1dc63062b2
commit a0bf0e7d23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ tmux_conf_copy_to_os_clipboard=false
unbind C-a
set -g prefix2 C-space
bind C-space send-prefix -2
set -g history-limit 8000 # boost history
set -g history-limit 60000 # boost history
run -b 'tmux bind -t vi-copy y copy-pipe "xclip -in -selection clipboard"'
run -b 'tmux bind -t vi-copy MouseDragEnd1Pane copy-pipe "xclip -in -selection clipboard"'