We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc086f7 commit adcfe4aCopy full SHA for adcfe4a
dot_tmux.conf
@@ -1,8 +1,15 @@
1
+set-option -sa terminal-overrides ",xterm*:Tc"
2
+
3
set -g default-terminal "screen-256color"
4
+set -g mouse on
5
6
+set -g base-index 1
7
+set -g pane-base-index 1
8
+set-window-option -g pane-base-index 1
9
+set-option -g renumber-windows on
10
11
set -g @plugin 'tmux-plugins/tpm'
12
set -g @plugin 'tmux-plugins/tmux-sensible'
13
set -g @plugin 'srcery-colors/srcery-tmux'
-set -g @plugin 'olimorris/tmux-pomodoro-plus'
14
15
run '~/.tmux/plugins/tpm/tpm'
0 commit comments