comparison rc/tmux-2.2.conf @ 605:a43414120226

No more escape delay
author nanaya <me@myconan.net>
date Mon, 15 May 2017 03:39:49 +0900
parents 756cfd9f5bc8
children 96a7b2a3e774
comparison
equal deleted inserted replaced
604:d4d316db35d7 605:a43414120226
9 set -g pane-active-border-fg cyan 9 set -g pane-active-border-fg cyan
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
15
14 setw -g window-status-current-bg black 16 setw -g window-status-current-bg black
15 setw -g window-status-current-fg white 17 setw -g window-status-current-fg white
16 18
17 bind-key c new-window -c "#{pane_current_path}" 19 bind-key c new-window -c "#{pane_current_path}"
18 bind-key '"' split-window -c "#{pane_current_path}" 20 bind-key '"' split-window -c "#{pane_current_path}"