Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. [...]
  2. # Enable mouse mode
  3. set -g mode-mouse on
  4. set -g mouse-resize-pane on
  5. set -g mouse-select-pane on
  6. set -g mouse-select-window on
  7.  
  8. # Mouse pane switching
  9. set-option -g mouse-select-pane on
  10. [...]
  11.  
  12. alias tcs="tmux -f ~/.tmux.conf.iterm -CC new -s"
  13. alias tca="tmux -f ~/.tmux.conf.iterm -CC attach -t"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement