diff options
author | Aaron LI <aly@aaronly.me> | 2020-06-20 19:08:27 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2020-06-20 19:08:27 +0800 |
commit | 971b45a7192fc8979472967710b3c7d31c90fc3a (patch) | |
tree | 977798aceca120c082d5e9d9e8682812a145a09a | |
parent | 5e85866a81221b73407740b255b565481ceb7494 (diff) | |
download | dotfiles-971b45a7192fc8979472967710b3c7d31c90fc3a.tar.bz2 |
tmux.conf: Don't change prefix to C-a and fix a bind error
-rw-r--r-- | _tmux.conf | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |