aboutsummaryrefslogtreecommitdiff
path: root/stow
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2021-01-28 08:34:35 -0700
committerCody Hiar <cody@hiar.ca>2021-01-28 08:34:35 -0700
commit8866483844e64543a652590e2ec9aa40a5bb6ef4 (patch)
tree3e69fa22b465f11c66f574924228edba4d2e6cc5 /stow
parent1b3a041521e3bb59febd21d6f86f1881d86d971e (diff)
Updating scripts
Diffstat (limited to 'stow')
-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