From bde2750faef0cff2404b724a2a4eaeeb8e225b88 Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 25 Apr 2019 14:47:44 -0600 Subject: Fixed url search --- stow/tmux/.tmux.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'stow') diff --git a/stow/tmux/.tmux.conf b/stow/tmux/.tmux.conf index a7efe92..de4dbf3 100644 --- a/stow/tmux/.tmux.conf +++ b/stow/tmux/.tmux.conf @@ -21,6 +21,8 @@ bind L resize-pane -R 3 # Rollodex commands bind n run-shell "bash $HOME/.tmux/scripts/rolodex.sh next" bind p run-shell "bash $HOME/.tmux/scripts/rolodex.sh prev" +# Url Searching +bind C-u run-shell "bash $HOME/.tmux/scripts/url_search.sh" # Bind the last window/pane command bind C-b last-pane bind C-f last-window -- cgit v1.2.3