From a13981df8514be91f605d4e05f4a24a58abfc235 Mon Sep 17 00:00:00 2001 From: xfnw Date: Thu, 17 Jun 2021 11:12:05 -0400 Subject: [PATCH] more tmux keybinds --- .tmate.conf | 8 +++++++- .tmux.conf | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.tmate.conf b/.tmate.conf index 9a64f77..e668ec5 100644 --- a/.tmate.conf +++ b/.tmate.conf @@ -57,4 +57,10 @@ set-option -g visual-activity on set-option -g renumber-windows on set-option -g focus-events on - +# Keybinds +bind N swap-window -t +1 -d +bind P swap-window -t -1 -d +bind S-Left swap-pane -s '{left-of}' +bind S-Right swap-pane -s '{right-of}' +bind S-Up swap-pane -s '{up-of}' +bind S-Down swap-pane -s '{down-of}' diff --git a/.tmux.conf b/.tmux.conf index 9a64f77..e668ec5 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -57,4 +57,10 @@ set-option -g visual-activity on set-option -g renumber-windows on set-option -g focus-events on - +# Keybinds +bind N swap-window -t +1 -d +bind P swap-window -t -1 -d +bind S-Left swap-pane -s '{left-of}' +bind S-Right swap-pane -s '{right-of}' +bind S-Up swap-pane -s '{up-of}' +bind S-Down swap-pane -s '{down-of}'