diff options
-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 |