Skip to content

Commit 15a4ca4

Browse files
committed
including tmux config
1 parent a62377d commit 15a4ca4

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

tmux.conf

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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'

0 commit comments

Comments
 (0)