Skip to content

Commit 600fd5c

Browse files
committed
tmux: shuffle around order
1 parent 4759128 commit 600fd5c

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

tmux/.tmux.conf

+16-14
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,22 @@ set-option -g bell-action none
9595
#
9696
# # Messages
9797
# 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+
98114
# }}}
99115
# Plugins {{{
100116

@@ -128,19 +144,5 @@ if "test ! -d ~/.tmux/plugins/tpm" \
128144

129145
# TMUX plugin manager (keep at the bottom of tmux.conf)
130146
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-
145147
# }}}
146148
# vim:foldmethod=marker:foldlevel=0

0 commit comments

Comments
 (0)