comparison rc/tmux-2.2.conf @ 611:96a7b2a3e774

Higher tmux history
author nanaya <me@nanaya.pro>
date Mon, 02 Apr 2018 17:34:07 +0900
parents a43414120226
children
comparison
equal deleted inserted replaced
610:2f6b07f2ab94 611:96a7b2a3e774
10 10
11 set -g set-titles on 11 set -g set-titles on
12 set -g set-titles-string '[#S] #I:#W #T' 12 set -g set-titles-string '[#S] #I:#W #T'
13 13
14 set -g escape-time 0 14 set -g escape-time 0
15 set -g history-limit 10000
15 16
16 setw -g window-status-current-bg black 17 setw -g window-status-current-bg black
17 setw -g window-status-current-fg white 18 setw -g window-status-current-fg white
18 19
19 bind-key c new-window -c "#{pane_current_path}" 20 bind-key c new-window -c "#{pane_current_path}"