File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # Act like vim
2+ set -g mode-keys vi
3+
4+ bind-key h select-pane -L
5+ bind-key j select-pane -D
6+ bind-key k select-pane -U
7+ bind-key l select-pane -R
8+
9+ # List of plugins
10+ set -g @plugin ' tmux-plugins/tpm'
11+ # set -g @plugin 'tmux-plugins/tmux-sensible'
12+
13+ # Other examples:
14+ set -g @plugin ' christoomey/vim-tmux-navigator'
15+ set -g @plugin ' dracula/tmux'
16+ set -g @plugin ' tmux-plugins/tmux-resurrect'
17+
18+ set -g @dracula-show-powerline true
19+ set -g @dracula-fixed-location " Gloucester"
20+ set -g @dracula-plugins " weather"
21+ set -g @dracula-show-flags true
22+ set -g @dracula-show-left-icon session
23+ set -g status-position top
24+
25+ # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
26+ run ' ~/.tmux/plugins/tpm/tpm'
You can’t perform that action at this time.
0 commit comments