From 03eb8c2e931abe04c3bd38f563587d96c0e860d6 Mon Sep 17 00:00:00 2001 From: eKa Date: Thu, 30 Jan 2020 21:59:36 +0500 Subject: [PATCH] Add quotes --- tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 839b14a..d9f0cc7 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -37,8 +37,8 @@ unbind "\$" # rename-session unbind , # rename-window unbind % # split-window -h unbind '"' # split-window -unbind } # swap-pane -D -unbind { # swap-pane -U +unbind '}' # swap-pane -D +unbind '{' # swap-pane -U unbind [ # paste-buffer unbind ] unbind "'" # select-window