configs  Check-in [0c2853b29b]

Overview
Comment:tmux.conf: Enable mouse mode
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0c2853b29bc042af7738a2b5f9330058296f77ae04ce8f85f3c23d4862bb9cc1
User & Date: js on 2020-05-30 09:54:43
Other Links: manifest | tags
Context
2020-05-30
13:14
zshrc: Add git2fl command to import Git -> Fossil check-in: 5d30571be0 user: js tags: trunk
09:54
tmux.conf: Enable mouse mode check-in: 0c2853b29b user: js tags: trunk
09:53
tmux.conf: Remove terminal-overrides check-in: 4407278004 user: js tags: trunk
Changes

Modified tmux/tmux.conf from [9712f2418a] to [498f14868e].

1

2
3
4
5
6
7
8
9
10
set -g default-terminal screen-256color

setw -g mode-keys vi
set -g status-style bg=colour233,fg=colour25
set -g status-left "#[fg=colour52]#S #[fg=colour24]⧉ "
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
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 #[fg=colour24]⧉ "
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}"