From 66c7767e0176626c94f9376b6025b5c516a1eee6 Mon Sep 17 00:00:00 2001 From: GrĂ©goire DuchĂȘne Date: Sat, 25 Oct 2025 18:29:01 +0100 Subject: tmux: Rename configuration file to tmux.conf --- tmux/conf | 7 ------- tmux/tmux.conf | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 tmux/conf create mode 100644 tmux/tmux.conf diff --git a/tmux/conf b/tmux/conf deleted file mode 100644 index 7358e20..0000000 --- a/tmux/conf +++ /dev/null @@ -1,7 +0,0 @@ -bind C-k clear-history - -set -g base-index 1 -set -g escape-time 0 -set -g mouse on -set -g renumber-windows on -set -g status-right "%R %Z" diff --git a/tmux/tmux.conf b/tmux/tmux.conf new file mode 100644 index 0000000..7358e20 --- /dev/null +++ b/tmux/tmux.conf @@ -0,0 +1,7 @@ +bind C-k clear-history + +set -g base-index 1 +set -g escape-time 0 +set -g mouse on +set -g renumber-windows on +set -g status-right "%R %Z" -- cgit v1.2.3-70-g09d2