configs  Check-in [731caa6883]

Overview
Comment:tmux: Set escape-time to 0
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 731caa68835899c975ba527c070b3334355827d19ccd120ebdc82e429937189d
User & Date: js on 2020-10-04 10:53:53
Other Links: manifest | tags
Context
2020-12-24
12:02
fish: Add completion for cross check-in: 38aaf455e4 user: js tags: trunk
2020-10-04
10:53
tmux: Set escape-time to 0 check-in: 731caa6883 user: js tags: trunk
2020-09-18
13:47
Don't rely on tput check-in: b119513a53 user: js tags: trunk
Changes

Modified tmux/tmux.conf from [46342081a8] to [e228fb2ee0].

1
2
3

4
5
6
7
8
9
10
11
set -g default-terminal screen-256color
set -g mouse on
setw -g mode-keys vi

set -g status-style bg=colour233,fg=colour25
set -g status-left "#[fg=colour52]#S "
set -g status-right "#[fg=colour22]#(whoami)#[fg=colour28]@#h #[fg=colour40]#(date +%H:%M)"
set -w -g window-status-current-style fg=colour39,bg=colour236
set -w -g window-status-bell-style fg=colour233,bg=colour124
bind c new-window -c "#{pane_current_path}"
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"



>








1
2
3
4
5
6
7
8
9
10
11
12
set -g default-terminal screen-256color
set -g mouse on
setw -g mode-keys vi
set -g escape-time 0
set -g status-style bg=colour233,fg=colour25
set -g status-left "#[fg=colour52]#S "
set -g status-right "#[fg=colour22]#(whoami)#[fg=colour28]@#h #[fg=colour40]#(date +%H:%M)"
set -w -g window-status-current-style fg=colour39,bg=colour236
set -w -g window-status-bell-style fg=colour233,bg=colour124
bind c new-window -c "#{pane_current_path}"
bind '"' split-window -c "#{pane_current_path}"
bind % split-window -h -c "#{pane_current_path}"