From e947463310a365db2f5ef483e37abe46e7b6d8dd Mon Sep 17 00:00:00 2001 From: Anton Zadvorny Date: Sat, 28 Dec 2019 18:39:40 +0300 Subject: [PATCH] Fix tmux config --- home/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.tmux.conf b/home/.tmux.conf index 7982db1..e43d7e9 100644 --- a/home/.tmux.conf +++ b/home/.tmux.conf @@ -100,7 +100,7 @@ bind-key Right select-pane -R bind-key R source-file ~/.tmux.conf # Keybinding for swapping the current and marked windows. -bind-key \ swap-window +# bind-key \ swap-window # Keybindings for swapping adjacent windows. bind-key < swap-window -t -1