Skip to content

Commit

Permalink
Fix google tmux-open binding
Browse files Browse the repository at this point in the history
The tmux-open README appears to be incorrect:
tmux-plugins/tmux-open#35
  • Loading branch information
victornguyen committed Mar 25, 2019
1 parent 635e7dc commit 449dc8f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tmux/tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,11 @@ set -g @continuum-restore 'on'
set -g @plugin 'tmux-plugins/tmux-battery'
set -g @batt_remain_short true

set -g @plugin 'tmux-plugins/tmux-open'
set -g @open-S 'https://www.google.com.au/search?q='

set -g @plugin 'tmux-plugins/tmux-yank'
set -g @plugin 'tmux-plugins/tmux-copycat'
set -g @plugin 'tmux-plugins/tmux-open'

# Install tpm if not already installed
if "test ! -d ~/.tmux/plugins/tpm" \
Expand Down

0 comments on commit 449dc8f

Please sign in to comment.