aboutsummaryrefslogtreecommitdiffstats
path: root/_tmux.conf
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2020-06-20 19:08:27 +0800
committerAaron LI <aly@aaronly.me>2020-06-20 19:08:27 +0800
commit971b45a7192fc8979472967710b3c7d31c90fc3a (patch)
tree977798aceca120c082d5e9d9e8682812a145a09a /_tmux.conf
parent5e85866a81221b73407740b255b565481ceb7494 (diff)
downloaddotfiles-971b45a7192fc8979472967710b3c7d31c90fc3a.tar.bz2
tmux.conf: Don't change prefix to C-a and fix a bind error
Diffstat (limited to '_tmux.conf')
-rw-r--r--_tmux.conf6
1 files changed, 0 insertions, 6 deletions
diff --git a/_tmux.conf b/_tmux.conf
index 889dbd5..fdf453c 100644
--- a/_tmux.conf
+++ b/_tmux.conf
@@ -58,11 +58,6 @@ set -sa terminal-overrides ',xterm*:Cr=\E]12;gray\007'
## Key bindings
##
-# Change the prefix key to C-a
-set -g prefix C-a
-unbind C-b
-bind C-a send-prefix
-
# Get the command prompt more quickly
unbind \;
bind \; command-prompt
@@ -74,7 +69,6 @@ bind -n C-d detach
unbind '"'
unbind %
bind | split-window -h -c '#{pane_current_path}'
-bind \ split-window -h -c '#{pane_current_path}'
bind - split-window -v -c '#{pane_current_path}'
# Pane switching