From 5f0dbecd2a4993feb183892fe941ee5114b38ae7 Mon Sep 17 00:00:00 2001 From: Christoph Schlosser Date: Sun, 7 Sep 2025 18:04:51 +0200 Subject: Rename tmux.conf so it's picked up by ln.sh --- dot.tmux.conf | 6 ++++++ tmux.conf | 6 ------ 2 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 dot.tmux.conf delete mode 100644 tmux.conf 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" diff --git a/tmux.conf b/tmux.conf deleted file mode 100644 index 5e46454..0000000 --- a/tmux.conf +++ /dev/null @@ -1,6 +0,0 @@ -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" -- cgit v1.2.3