From 7e96b2e1ae4a22f300a0b08c6dfacaa862e16742 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 18 May 2024 17:08:42 -0400 Subject: tmux: Move to ~/.config/tmux --- tmux/.config/tmux/tmux.conf | 7 +++++++ tmux/.tmux.conf | 7 ------- 2 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 tmux/.config/tmux/tmux.conf delete mode 100644 tmux/.tmux.conf diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf new file mode 100644 index 0000000..26ecf5f --- /dev/null +++ b/tmux/.config/tmux/tmux.conf @@ -0,0 +1,7 @@ +set-option -g default-shell $SHELL +set -g prefix C-a +unbind-key C-b +bind-key C-a send-prefix + +set-option -g mouse +set-option -sa terminal-features ',xterm-256color:RGB' diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf deleted file mode 100644 index 26ecf5f..0000000 --- a/tmux/.tmux.conf +++ /dev/null @@ -1,7 +0,0 @@ -set-option -g default-shell $SHELL -set -g prefix C-a -unbind-key C-b -bind-key C-a send-prefix - -set-option -g mouse -set-option -sa terminal-features ',xterm-256color:RGB' -- cgit v1.2.3