Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. setw -g mouse on
  2. bind -n WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M
  3. bind -n WheelDownPane select-pane -t= \; send-keys -M
  4. bind -n C-WheelUpPane select-pane -t= \; copy-mode -e \; send-keys -M
  5. set -g history-limit 30000
  6. set -g set-titles on
  7. set -g set-titles-string "#T"
  8.  
  9. # Set prefix to Ctrl-Space
  10. unbind C-b
  11. set -g prefix C-Space
  12. bind Space send-prefix
  13.  
  14.  
  15. # split panes using | and -
  16. bind + split-window -h
  17. bind - split-window -v
  18. unbind '"'
  19. unbind %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement