Guest User

Untitled

a guest
Jun 20th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. source "/usr/share/tmux/powerline.conf"
  2. # split panes using | and -
  3. bind | split-window -h -c "#{pane_current_path}"
  4. bind - split-window -v -c "#{pane_current_path}"
  5.  
  6. set-option -g status-interval 1
  7. set-option -g automatic-rename on
  8. set-option -g automatic-rename-format '#{b:pane_current_path}'
  9.  
  10. setw -g mode-keys vi
  11. bind c new-window -c "#{pane_current_path}"
  12. bind-key -n C-S-Left swap-window -t -1
  13. bind-key -n C-S-Right swap-window -t +1
  14. unbind '"'
  15. unbind %
  16.  
  17. # tpm
  18. set -g @plugin 'tmux-plugins/tpm'
  19. set -g @plugin 'tmux-plugins/tmux-sensible'
  20. set -g @plugin 'arcticicestudio/nord-tmux'
  21.  
  22. # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
  23. run '~/.tmux/plugins/tpm/tpm'
  24. run-shell "~/.tmux/themes/nord-tmux/nord.tmux"
Add Comment
Please, Sign In to add comment