Skip to content

Instantly share code, notes, and snippets.

@tacahiroy
Created January 12, 2014 14:45
Show Gist options
  • Select an option

  • Save tacahiroy/8385426 to your computer and use it in GitHub Desktop.

Select an option

Save tacahiroy/8385426 to your computer and use it in GitHub Desktop.
tmux configuration to activate/deactivate WeeChat window
# select weechat window
bind -n F9 run-shell "tmux select-window -t ${WEECHAT_TMUX_WINNUM}"
# back to the previous window
bind -n S-F9 select-window -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment