about summary refs log tree commit diff
path: root/configs/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/.tmux.conf')
-rw-r--r--configs/.tmux.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/.tmux.conf b/configs/.tmux.conf
index 59568dfcb59c..904c95892c53 100644
--- a/configs/.tmux.conf
+++ b/configs/.tmux.conf
@@ -1,5 +1,9 @@
 source-file "${HOME}/makersquare/tmux-themepack/powerline/block/green.tmuxtheme"
 
+unbind C-b
+set -g prefix C-a
+bind C-a send-prefix
+
 
 bind-key -r -T prefix k select-pane -U
 bind-key -r -T prefix j select-pane -D