summaryrefslogtreecommitdiff
path: root/solanum/dot_tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'solanum/dot_tmux.conf')
-rw-r--r--solanum/dot_tmux.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/solanum/dot_tmux.conf b/solanum/dot_tmux.conf
index f548976..e6b5d2c 100644
--- a/solanum/dot_tmux.conf
+++ b/solanum/dot_tmux.conf
@@ -1,17 +1,17 @@
# KEY BINDINGS
-new-session -n $HOST
+#new-session -n $HOST
setw -g mode-keys vi
# remap prefix to Control + a
-set -g prefix C-q
+set -g prefix C-a
unbind C-b
-bind C-q send-prefix
+bind C-a send-prefix
-unbind q
-bind-key q copy-mode
+unbind a
+bind-key a copy-mode
unbind p
bind p paste-buffer