@@ -196,9 +196,9 @@ tmux_conf_theme_terminal_title="#h ❐ #S ● #I #W"
196196tmux_conf_theme_window_status_fg="$tmux_conf_theme_colour_3"
197197tmux_conf_theme_window_status_bg="$tmux_conf_theme_colour_1"
198198tmux_conf_theme_window_status_attr="none"
199- tmux_conf_theme_window_status_format="#I #W#{?#{||:#{window_bell_flag},#{window_zoomed_flag}}, ,}#{?window_bell_flag,!,}#{?window_zoomed_flag,Z,}"
199+ # tmux_conf_theme_window_status_format="#I #W#{?#{||:#{window_bell_flag},#{window_zoomed_flag}}, ,}#{?window_bell_flag,!,}#{?window_zoomed_flag,Z,}"
200200#tmux_conf_theme_window_status_format="#{circled_window_index} #W#{?#{||:#{window_bell_flag},#{window_zoomed_flag}}, ,}#{?window_bell_flag,!,}#{?window_zoomed_flag,Z,}"
201- # tmux_conf_theme_window_status_format="#I #W#{?#{||:#{window_bell_flag},#{window_zoomed_flag}}, ,}#{?window_bell_flag,🔔,}#{?window_zoomed_flag,🔍,}"
201+ tmux_conf_theme_window_status_format="#I #W#{?#{||:#{window_bell_flag},#{window_zoomed_flag}}, ,}#{?window_bell_flag,🔔,}#{?window_zoomed_flag,🔍,}"
202202
203203# window current status style
204204# - built-in variables are:
@@ -233,14 +233,14 @@ tmux_conf_theme_window_status_last_bg="$tmux_conf_theme_colour_2"
233233tmux_conf_theme_window_status_last_attr="none"
234234
235235# status left/right sections separators
236- tmux_conf_theme_left_separator_main=""
237- tmux_conf_theme_left_separator_sub="|"
238- tmux_conf_theme_right_separator_main=""
239- tmux_conf_theme_right_separator_sub="|"
240- # tmux_conf_theme_left_separator_main='\uE0B0' # /!\ you don't need to install Powerline
241- # tmux_conf_theme_left_separator_sub='\uE0B1' # you only need fonts patched with
242- # tmux_conf_theme_right_separator_main='\uE0B2' # Powerline symbols or the standalone
243- # tmux_conf_theme_right_separator_sub='\uE0B3' # PowerlineSymbols.otf font, see README.md
236+ # tmux_conf_theme_left_separator_main=""
237+ # tmux_conf_theme_left_separator_sub="|"
238+ # tmux_conf_theme_right_separator_main=""
239+ # tmux_conf_theme_right_separator_sub="|"
240+ tmux_conf_theme_left_separator_main='\uE0B0' # /!\ you don't need to install Powerline
241+ tmux_conf_theme_left_separator_sub='\uE0B1' # you only need fonts patched with
242+ tmux_conf_theme_right_separator_main='\uE0B2' # Powerline symbols or the standalone
243+ tmux_conf_theme_right_separator_sub='\uE0B3' # PowerlineSymbols.otf font, see README.md
244244
245245# status left/right content:
246246# - separate main sections with "|"
@@ -352,10 +352,10 @@ tmux_conf_battery_vbar_palette="gradient"
352352#tmux_conf_battery_vbar_palette="gradient(#00afff,#47a2ff,#7c91ff,#ac7afb,#d65be2,#e163df,#eb6cdd,#f475db,#ec9ff1,#eac3fe,#efe2ff,#ffffff)"
353353
354354# symbols used to indicate whether battery is charging or discharging
355- tmux_conf_battery_status_charging="↑" # U+2191
356- tmux_conf_battery_status_discharging="↓" # U+2193
357- # tmux_conf_battery_status_charging="🔌" # U+1F50C
358- # tmux_conf_battery_status_discharging="🔋" # U+1F50B
355+ # tmux_conf_battery_status_charging="↑" # U+2191
356+ # tmux_conf_battery_status_discharging="↓" # U+2193
357+ tmux_conf_battery_status_charging="🔌" # U+1F50C
358+ tmux_conf_battery_status_discharging="🔋" # U+1F50B
359359
360360# clock style (when you hit <prefix> + t)
361361# you may want to use %I:%M %p in place of %R in tmux_conf_theme_status_right
@@ -387,7 +387,8 @@ tmux_conf_urlscan_options="--compact --dedupe"
387387#set -g history-limit 10000
388388
389389# start with mouse mode enabled
390- #set -g mouse on
390+ # Hold shift to use the mouse regularly for e.g. selecting text.
391+ set -g mouse on
391392
392393# force Vi mode
393394# really you should export VISUAL or EDITOR environment variable, see manual
0 commit comments