aboutsummaryrefslogtreecommitdiff
path: root/stow
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2019-02-14 19:16:55 +0000
committerCody Hiar <codyfh@gmail.com>2019-02-14 19:16:55 +0000
commite3bb01fd2b859d9144beb585a1b3a8f478906b7d (patch)
tree0f46c8f87eabcdee9c70d348ccc243a99be3d174 /stow
parent3466993b19aed1953ea8890019ff7ec72b46aee8 (diff)
Adding rolodex script
Diffstat (limited to 'stow')
-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