From 8866483844e64543a652590e2ec9aa40a5bb6ef4 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 28 Jan 2021 08:34:35 -0700 Subject: Updating scripts --- stow/tmux/.tmux.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'stow') diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index e491eae..bfe8678 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -19,10 +19,10 @@ bind J resize-pane -D 3 bind K resize-pane -U 3 bind L resize-pane -R 3 # Rollodex commands -bind n run-shell "rolodex next" -bind p run-shell "rolodex prev" -bind C-m run-shell "rolodex toggle" -bind C-e run-shell "rolodex new" +bind n run-shell "~/.tmux/scripts/rolodex next" +bind p run-shell "~/.tmux/scripts/rolodex prev" +bind C-m run-shell "~/.tmux/scripts/rolodex toggle" +bind C-e run-shell "~/.tmux/scripts/rolodex new" # Bind the last window/pane command bind C-b last-pane # Faster window switching @@ -47,6 +47,8 @@ bind C-t clock-mode # Use fzf for switching sessions unbind s bind s run-shell 'tmux_session_fzf_wrapper' +# Renumber the windows +bind C-w run-shell "~/.tmux/scripts/window_renum" ##################################### # Settings -- cgit v1.2.3