Skip to content

Instantly share code, notes, and snippets.

@orisano
Created October 1, 2020 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orisano/31bc7b7a6da992846d90edf02ab7bb24 to your computer and use it in GitHub Desktop.
Save orisano/31bc7b7a6da992846d90edf02ab7bb24 to your computer and use it in GitHub Desktop.
マウスで操作するtmux
set -g default-terminal "screen-256color"
set -g mouse on
setw -g alternate-screen on
set -g status-left "[+] "
bind -n MouseDown1StatusLeft new-window
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment