From 7751cb3a6d28c2676e8ce9e4f5031f5f7f4c5345 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 27 Jul 2023 23:53:23 -0400 Subject: [PATCH] Use tmux 3 style! --- tmux/.config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index 1edb4b0..5346b5f 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -39,8 +39,8 @@ bind k select-pane -U # top pane bind l select-pane -R # right pane # move windows -bind H swap-window -t -1\; last-window -bind L swap-window -t +1\; last-window +bind H swap-window -d -t -1 +bind L swap-window -d -t +1 # neovim set-option -g focus-events on