tmux: fix typo
This commit is contained in:
@@ -26,6 +26,7 @@ green_soft="#A3BE8C"
|
||||
cyan_soft="#88C0D0"
|
||||
blue_muted="#81A1C1"
|
||||
magenta="#C099FF"
|
||||
|
||||
set -g status-position top # macOS / darwin style
|
||||
set -g status-left-length 100 # more room for session name
|
||||
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}"
|
||||
|
||||
# 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
|
||||
# new session
|
||||
|
||||
Reference in New Issue
Block a user