From 971b45a7192fc8979472967710b3c7d31c90fc3a Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 20 Jun 2020 19:08:27 +0800 Subject: tmux.conf: Don't change prefix to C-a and fix a bind error --- _tmux.conf | 6 ------ 1 file changed, 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 -- cgit v1.2.2