Guest User

Untitled

a guest
Jun 20th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. set-option -g prefix C-f
  2. set-window-option -g mode-keys vi
  3. set-option -g status-position top
  4. set-option -g history-limit 10000
  5. bind -n -r -T root M-C-h select-pane -L
  6. bind -n -r -T root M-C-j select-pane -D
  7. bind -n -r -T root M-C-k select-pane -U
  8. bind -n -r -T root M-C-l select-pane -R
  9. bind -r C-Space next-layout
  10. bind k confirm-before -p "respawn-pane #P? (y/n)" "respawn-pane -k"
  11. bind S set-window-option synchronize-panes
  12. bind -T copy-mode-vi y send-keys -X copy-pipe-and-cancel 'xclip -in -selection clipboard'
  13. bind ` set-option -g mouse
  14. bind-key -n -T root M-C-e select-layout even-horizontal
  15. bind-key -n -T root M-C-m select-layout main-horizontal
  16. unbind-key -T prefix Space
Add Comment
Please, Sign In to add comment