summaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-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'