diff options
| author | Christoph Schlosser <christoph@linux.com> | 2025-09-07 18:04:51 +0200 |
|---|---|---|
| committer | Christoph Schlosser <christoph@linux.com> | 2025-09-07 18:04:51 +0200 |
| commit | 5f0dbecd2a4993feb183892fe941ee5114b38ae7 (patch) | |
| tree | 868c9614c6f288125a19de549a1e65d295bf4fd5 /dot.tmux.conf | |
| parent | df8b5e7386a1703deeb52c22aa3c4ace58b015d7 (diff) | |
| download | dots-5f0dbecd2a4993feb183892fe941ee5114b38ae7.tar.gz | |
Rename tmux.conf so it's picked up by ln.sh
Diffstat (limited to 'dot.tmux.conf')
| -rw-r--r-- | dot.tmux.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dot.tmux.conf b/dot.tmux.conf new file mode 100644 index 0000000..5e46454 --- /dev/null +++ b/dot.tmux.conf @@ -0,0 +1,6 @@ +set-option -g default-terminal "screen-256color" +set-option -ga terminal-overrides ",xterm-256color:Tc" +set -g mouse on +set -g set-clipboard on +set-option -g status-position top +set-option -g status-style "bg=#2b2b2b,fg=#a9b7c6" |