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.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf
index 4a524fc..20f4c6e 100644
--- a/stow/tmux/.tmux.conf
+++ b/stow/tmux/.tmux.conf
@@ -21,10 +21,8 @@ bind C-u resize-pane -D 3
bind C-i resize-pane -U 3
bind C-y resize-pane -L 3
bind C-o resize-pane -R 3
-bind j resize-pane -D 3
-bind k resize-pane -U 3
-bind h resize-pane -L 3
-bind l resize-pane -R 3
+bind J run-shell "bash $HOME/.tmux/scripts/rolodex.sh next"
+bind K run-shell "bash $HOME/.tmux/scripts/rolodex.sh prev"
# Bind the last window/pane command
bind C-b last-window
bind C-g last-pane