Advertisement
casial

tmux.conf

Apr 8th, 2021
806
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. set -g default-terminal "screen-256color"
  2. set-option -g prefix M-x
  3. unbind-key C-b
  4. bind-key M-x send-prefix
  5. set-option -g prefix2 `
  6. set-option -g mode-keys vi
  7. set-option -g renumber-windows
  8. set-option -g status-keys vi
  9. set-option -g display-panes-time 2000
  10. set-option -g display-time 1000  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement