Guest User

Untitled

a guest
Jun 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. source /usr/local/lib/python3.5/dist-packages/powerline/bindings/tmux/powerline.conf
  2. set-option -g default-terminal "screen-256color"
  3. # remap prefix to Control + a
  4. set -g prefix C-t
  5. # bind 'C-a C-a' to type 'C-a'
  6. bind C-q send-prefix
  7. unbind C-b
  8.  
  9. setw -g mode-keys vi
  10. unbind p
  11. bind p paste-buffer
  12. bind-key -T copy-mode-vi v send-keys -X begin-selection
  13. bind-key -T copy-mode-vi y send-keys -X copy-selection
  14. bind-key -T copy-mode-vi r send-keys -X rectangle-toggle
Add Comment
Please, Sign In to add comment