From d10857c1d61381cbc0cdc3f44c8210180b817259 Mon Sep 17 00:00:00 2001 From: "bradley.richins" Date: Sun, 25 Oct 2020 12:04:42 -0600 Subject: [PATCH] Updated: added escape symbol [\] to some bindings --- files/tmux.conf.local | 2 +- files/tmux.conf.ssh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/tmux.conf.local b/files/tmux.conf.local index 0d08788..6e7036c 100644 --- a/files/tmux.conf.local +++ b/files/tmux.conf.local @@ -294,7 +294,7 @@ bind C-a send-prefix # move status line to top #set -g status-position top -bind \ split-window -h +bind '\' split-window -h unbind '"' bind -n M-Left select-pane -L bind -n M-Right select-pane -R diff --git a/files/tmux.conf.ssh b/files/tmux.conf.ssh index 06f4b1b..079085e 100644 --- a/files/tmux.conf.ssh +++ b/files/tmux.conf.ssh @@ -9,7 +9,7 @@ bind C-b send-prefix #bind-key C-b send-prefix #set-option prefix C-b -bind \ split-window -h +bind "\" split-window -h bind - split-window -v unbind '"' unbind %