tmux: fix typo
This commit is contained in:
@@ -26,6 +26,7 @@ green_soft="#A3BE8C"
|
|||||||
cyan_soft="#88C0D0"
|
cyan_soft="#88C0D0"
|
||||||
blue_muted="#81A1C1"
|
blue_muted="#81A1C1"
|
||||||
magenta="#C099FF"
|
magenta="#C099FF"
|
||||||
|
|
||||||
set -g status-position top # macOS / darwin style
|
set -g status-position top # macOS / darwin style
|
||||||
set -g status-left-length 100 # more room for session name
|
set -g status-left-length 100 # more room for session name
|
||||||
set -g status-style "fg=${gray_light},bg=default"
|
set -g status-style "fg=${gray_light},bg=default"
|
||||||
@@ -39,7 +40,7 @@ set -g pane-border-style "fg=${gray_dark}"
|
|||||||
set -g pane-active-border-style "fg=${gray_medium}"
|
set -g pane-active-border-style "fg=${gray_medium}"
|
||||||
|
|
||||||
# Keybins
|
# Keybins
|
||||||
bind r source-file $HOME/.config/tmux/tmux.conf \; display-message "Configuration relod..."
|
bind r source-file $HOME/.config/tmux/tmux.conf \; display-message "Configuration reload..."
|
||||||
|
|
||||||
# Popups
|
# Popups
|
||||||
# new session
|
# new session
|
||||||
|
|||||||
Reference in New Issue
Block a user