Skip to content

Commit 673682a

Browse files
committed
Move run command
1 parent 40ea77a commit 673682a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.config/tmux/tmux.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ set -g @plugin 'tmux-plugins/tpm'
2424
set -g @plugin 'tmux-plugins/tmux-sensible'
2525
set -g @plugin 'dreamsofcode-io/catppuccin-tmux'
2626

27-
run '~/.tmux/plugins/tpm/tpm'
28-
2927
# Set vi-mode
3028
set-window-option -g mode-keys vi
3129

@@ -36,3 +34,5 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
3634
bind g new-window -n 'lazygit' lazygit
3735
bind r source-file $HOME/.config/tmux/tmux.conf \; display-message "Config reloaded..."
3836

37+
run '~/.tmux/plugins/tpm/tpm'
38+

0 commit comments

Comments
 (0)