summaryrefslogtreecommitdiff
path: root/tmux/.tmux.conf
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2024-05-18 17:08:42 -0400
committerMatt Turner <mattst88@gmail.com>2024-05-18 17:13:39 -0400
commit7e96b2e1ae4a22f300a0b08c6dfacaa862e16742 (patch)
tree73b12c8c3d4f49eeede9e70f13f76b733aac027e /tmux/.tmux.conf
parentd0672db347e007fd9cf666bbd02b66681e6b21c4 (diff)
tmux: Move to ~/.config/tmux
Diffstat (limited to 'tmux/.tmux.conf')
-rw-r--r--tmux/.tmux.conf7
1 files changed, 0 insertions, 7 deletions
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'