summaryrefslogtreecommitdiff
path: root/tmux/.config
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/.config
parentd0672db347e007fd9cf666bbd02b66681e6b21c4 (diff)
tmux: Move to ~/.config/tmux
Diffstat (limited to 'tmux/.config')
-rw-r--r--tmux/.config/tmux/tmux.conf7
1 files changed, 7 insertions, 0 deletions
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'