We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ea77a commit 673682aCopy full SHA for 673682a
.config/tmux/tmux.conf
@@ -24,8 +24,6 @@ set -g @plugin 'tmux-plugins/tpm'
24
set -g @plugin 'tmux-plugins/tmux-sensible'
25
set -g @plugin 'dreamsofcode-io/catppuccin-tmux'
26
27
-run '~/.tmux/plugins/tpm/tpm'
28
-
29
# Set vi-mode
30
set-window-option -g mode-keys vi
31
@@ -36,3 +34,5 @@ bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel
36
34
bind g new-window -n 'lazygit' lazygit
37
35
bind r source-file $HOME/.config/tmux/tmux.conf \; display-message "Config reloaded..."
38
+run '~/.tmux/plugins/tpm/tpm'
+
0 commit comments