aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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