Mercurial > ec-dotfiles
annotate rc/tmux-2.9.conf @ 698:8c2ba562b15a
[bashrc] group directories first if using gnu ls
| author | nanaya <me@nanaya.pro> |
|---|---|
| date | Wed, 26 Oct 2022 18:08:51 +0900 |
| parents | 5ebfac7426e5 |
| children | 5ca9e6f4039e |
| rev | line source |
|---|---|
|
686
5ebfac7426e5
Use screen terminal by default until everything is updated
nanaya <me@nanaya.pro>
parents:
627
diff
changeset
|
1 set -g default-terminal "screen-256color" |
| 627 | 2 set -g repeat-time 0 |
| 3 set -g status-bg cyan | |
| 4 set -g status-fg black | |
| 5 | |
| 6 set -g status-left '#[bg=white,fg=black] #S #[default] ' | |
| 7 | |
| 8 set -g status-right '#[bg=white,fg=black] #H #[bg=black,fg=white] %b-%d %H:%M ' | |
| 9 | |
| 10 set -g pane-active-border "fg=cyan" | |
| 11 | |
| 12 set -g set-titles on | |
| 13 set -g set-titles-string '[#S] #I:#W #T' | |
| 14 | |
| 15 set -g escape-time 0 | |
| 16 set -g history-limit 10000 | |
| 17 | |
| 18 setw -g window-status-current-style "bg=black fg=white" | |
| 19 | |
| 20 bind-key c new-window -c "#{pane_current_path}" | |
| 21 bind-key '"' split-window -c "#{pane_current_path}" | |
| 22 bind-key % split-window -h -c "#{pane_current_path}" |
