aboutsummaryrefslogtreecommitdiff
path: root/.tmux.conf
diff options
context:
space:
mode:
authorhumphreylin <[email protected]>2019-08-01 00:59:05 +0000
committerhumphreylin <[email protected]>2019-08-01 00:59:05 +0000
commit72b32c3beba27d7e5dd4f3b6b34dca6d0392adc7 (patch)
tree1f6fc80d44618e2c4f4fe21c2ee00e933aa210dc /.tmux.conf
parent1a36644e5d908e7ad2ccd96f8e06d2a5f755ee73 (diff)
downloaddotfiles-72b32c3beba27d7e5dd4f3b6b34dca6d0392adc7.tar.gz
dotfiles-72b32c3beba27d7e5dd4f3b6b34dca6d0392adc7.tar.bz2
dotfiles-72b32c3beba27d7e5dd4f3b6b34dca6d0392adc7.zip
change tmux prefix and vim leader key
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 9f28f2e..760637a 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,6 +1,6 @@
# modify the prefix
unbind ^b
-set -g prefix 'C-a'
+set -g prefix 'M-`'
# swtich between pane
bind h select-pane -L