backup: 2026-05-13 configs
This commit is contained in:
+9
-6
@@ -162,7 +162,7 @@ tmux_conf_theme_status_attr="none"
|
||||
# - #{hostname_full_ssh}
|
||||
# - #{username}
|
||||
# - #{username_ssh}
|
||||
tmux_conf_theme_terminal_title="#h ❐ #S ● #I #W"
|
||||
tmux_conf_theme_terminal_title="❐ #S ● #I #W"
|
||||
|
||||
# window status style
|
||||
# - built-in variables are:
|
||||
@@ -250,9 +250,9 @@ tmux_conf_theme_right_separator_sub="|"
|
||||
# - #{uptime_s}
|
||||
# - #{username}
|
||||
# - #{username_ssh}
|
||||
tmux_conf_theme_status_left=" ❐ #S | ↑#{?uptime_y, #{uptime_y}y,}#{?uptime_d, #{uptime_d}d,}#{?uptime_h, #{uptime_h}h,}#{?uptime_m, #{uptime_m}m,} "
|
||||
tmux_conf_theme_status_left=" ❐ #S "
|
||||
#tmux_conf_theme_status_left=" ❐ #S | ↑#{?uptime_y, #{uptime_y}y,}#{?uptime_d, #{uptime_d}d,}#{?uptime_h, #{uptime_h}h,}#{?uptime_m, #{uptime_m}m,} | #{pretty_pane_current_path} "
|
||||
tmux_conf_theme_status_right=" #{prefix}#{mouse}#{pairing}#{synchronized}#{?battery_status,#{battery_status},}#{?battery_bar, #{battery_bar},}#{?battery_percentage, #{battery_percentage},} , %R , %d %b | #{username}#{root} | #{hostname} "
|
||||
tmux_conf_theme_status_right=" #{prefix}#{mouse}#{pairing}#{synchronized}#{?battery_status,#{battery_status},}#{?battery_bar, #{battery_bar},}#{?battery_percentage, #{battery_percentage},} | %R | %d %b #{root}"
|
||||
|
||||
# status left style
|
||||
tmux_conf_theme_status_left_fg="$tmux_conf_theme_colour_1,$tmux_conf_theme_colour_7,$tmux_conf_theme_colour_7"
|
||||
@@ -389,7 +389,7 @@ set -g mouse on
|
||||
bind m run "cut -c3- '#{TMUX_CONF}' | sh -s _toggle_mouse" \; display 'mouse #{?#{mouse},on,off}'
|
||||
|
||||
# move status line to top
|
||||
#set -g status-position top
|
||||
set -g status-position top
|
||||
|
||||
# -- custom key bindings -------------------------------------------------------
|
||||
|
||||
@@ -424,7 +424,7 @@ bind C-а command-prompt -p find-session 'switch-client -t %%' # C-f -> C-а
|
||||
# Ctrl+Alt+h или Ctrl+Alt+р для показа гайда по горячим клавишам (в новом окне с прокруткой)
|
||||
bind -n C-M-h new-window -n "TMUX Шпаргалка" "cat << 'EOF' | less -R
|
||||
╔═══════════════════════════════════════════════════════════════════════════╗
|
||||
║ TMUX ГОРЯЧИЕ КЛАВИШИ (prefix = Ctrl+b или Ctrl+a) ║
|
||||
║ TMUX ГОРЯЧИЕ КЛАВИШИ (prefix = Ctrl+b или Ctrl+a) ║
|
||||
╚═══════════════════════════════════════════════════════════════════════════╝
|
||||
|
||||
📋 ОСНОВНЫЕ КОМАНДЫ:
|
||||
@@ -495,7 +495,7 @@ EOF
|
||||
# Дубликат для русской раскладки Ctrl+Alt+р
|
||||
bind -n C-M-р new-window -n "TMUX Шпаргалка" "cat << 'EOF' | less -R
|
||||
╔═══════════════════════════════════════════════════════════════════════════╗
|
||||
║ TMUX ГОРЯЧИЕ КЛАВИШИ (prefix = Ctrl+b или Ctrl+a) ║
|
||||
║ TMUX ГОРЯЧИЕ КЛАВИШИ (prefix = Ctrl+b или Ctrl+a) ║
|
||||
╚═══════════════════════════════════════════════════════════════════════════╝
|
||||
|
||||
📋 ОСНОВНЫЕ КОМАНДЫ:
|
||||
@@ -563,6 +563,9 @@ bind -n C-M-р new-window -n "TMUX Шпаргалка" "cat << 'EOF' | less -R
|
||||
EOF
|
||||
"
|
||||
|
||||
# Дополнительно: F1 открывает встроенную шпаргалку всех активных биндов tmux
|
||||
bind -n F1 new-window -n "TMUX Keys" "tmux list-keys | less"
|
||||
|
||||
|
||||
# -- tpm -----------------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user