aboutsummaryrefslogtreecommitdiff
path: root/stow/tmux/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'stow/tmux/.tmux.conf')
-rw-r--r--stow/tmux/.tmux.conf10
1 files changed, 6 insertions, 4 deletions
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