From e3bb01fd2b859d9144beb585a1b3a8f478906b7d Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 14 Feb 2019 19:16:55 +0000 Subject: Adding rolodex script --- stow/tmux/.tmux.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'stow') 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 -- cgit v1.2.3