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.conf2
1 files changed, 2 insertions, 0 deletions
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