# https://github.com/gpakosz/.tmux # (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license, # without any warranty. # Copyright 2012— Gregory Pakosz (@gpakosz). # -- navigation ---------------------------------------------------------------- # if you're running tmux within iTerm2 # - and tmux is 1.9 or 1.9a # - and iTerm2 is configured to let option key act as +Esc # - and iTerm2 is configured to send [1;9A -> [1;9D for option + arrow keys # then uncomment the following line to make Meta + arrow keys mapping work #set -ga terminal-overrides "*:kUP3=\e[1;9A,*:kDN3=\e[1;9B,*:kRIT3=\e[1;9C,*:kLFT3=\e[1;9D" # -- windows & pane creation --------------------------------------------------- # new window retains current path, possible values are: # - true # - false (default) tmux_conf_new_window_retain_current_path=false # new pane retains current path, possible values are: # - true (default) # - false tmux_conf_new_pane_retain_current_path=true # new pane tries to reconnect ssh sessions (experimental), possible values are: # - true # - false (default) tmux_conf_new_pane_reconnect_ssh=false # prompt for session name when creating a new session, possible values are: # - true # - false (default) tmux_conf_new_session_prompt=false # -- display ------------------------------------------------------------------- # RGB 24-bit colour support (tmux >= 2.2), possible values are: # - true # - false (default) tmux_conf_theme_24b_colour=true # window style tmux_conf_theme_window_fg='default' tmux_conf_theme_window_bg='default' # highlight focused pane (tmux >= 2.1), possible values are: # - true # - false (default) tmux_conf_theme_highlight_focused_pane=false # focused pane colours: tmux_conf_theme_focused_pane_fg='default' tmux_conf_theme_focused_pane_bg='#0087d7' # light blue # pane border style, possible values are: # - thin (default) # - fat tmux_conf_theme_pane_border_style=thin # pane borders colours: tmux_conf_theme_pane_border='#444444' # gray tmux_conf_theme_pane_active_border='#00afff' # light blue # pane indicator colours tmux_conf_theme_pane_indicator='#00afff' # light blue tmux_conf_theme_pane_active_indicator='#00afff' # light blue # status line style tmux_conf_theme_message_fg='#1c1c1c' # black tmux_conf_theme_message_bg='#f0c674' # yellow tmux_conf_theme_message_attr='bold' # status line command style ( : Escape) tmux_conf_theme_message_command_fg='#f0c674' # yellow tmux_conf_theme_message_command_bg='#1c1c1c' # black tmux_conf_theme_message_command_attr='bold' # window modes style tmux_conf_theme_mode_fg='#1c1c1c' # black tmux_conf_theme_mode_bg='#f0c674' # yellow tmux_conf_theme_mode_attr='bold' # status line style tmux_conf_theme_status_fg='#8a8a8a' # light gray tmux_conf_theme_status_bg='#1c1c1c' # dark gray tmux_conf_theme_status_attr='none' # terminal title # - built-in variables are: # - #{circled_window_index} # - #{circled_session_name} # - #{hostname} # - #{hostname_ssh} # - #{username} # - #{username_ssh} tmux_conf_theme_terminal_title='#h ❐ #S ● #I #W' # window status style # - built-in variables are: # - #{circled_window_index} # - #{circled_session_name} # - #{hostname} # - #{hostname_ssh} # - #{username} # - #{username_ssh} tmux_conf_theme_window_status_fg='#8a8a8a' # light gray tmux_conf_theme_window_status_bg='#1c1c1c' # dark gray tmux_conf_theme_window_status_attr='none' tmux_conf_theme_window_status_format='#I #W' #tmux_conf_theme_window_status_format='#{circled_window_index} #W' #tmux_conf_theme_window_status_format='#I #W#{?window_bell_flag,