File tree 1 file changed +16
-14
lines changed
1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,22 @@ set-option -g bell-action none
95
95
#
96
96
# # Messages
97
97
# set -g message-style fg=colour232,bg=colour166,bold
98
+ # }}}
99
+ # Misc {{{
100
+
101
+ # Needed for image.nvim
102
+ set -gq allow-passthrough on
103
+ set -g visual-activity off
104
+
105
+ # Enable focus events
106
+ set -g focus-events on
107
+
108
+ # Enable gapeless window
109
+ set -g renumber-windows on
110
+
111
+ # Allow applications in tmux to set clipboard
112
+ set -s set-clipboard on
113
+
98
114
# }}}
99
115
# Plugins {{{
100
116
@@ -128,19 +144,5 @@ if "test ! -d ~/.tmux/plugins/tpm" \
128
144
129
145
# TMUX plugin manager (keep at the bottom of tmux.conf)
130
146
run -b ' ~/.tmux/plugins/tpm/tpm'
131
- # }}}
132
- # Misc {{{
133
-
134
- # Needed for image.nvim
135
- set -gq allow-passthrough on
136
- set -g visual-activity off
137
-
138
- # Enable focus events
139
- set -g focus-events on
140
-
141
- # Enable gapeless window
142
- set -g renumber-windows on
143
-
144
-
145
147
# }}}
146
148
# vim:foldmethod=marker:foldlevel=0
You can’t perform that action at this time.
0 commit comments