Moved tmux config to the .config dir
This commit is contained in:
@@ -47,14 +47,14 @@ bind '\' split-window -v -l 35% -c "#{pane_current_path}"
|
||||
|
||||
bind j run-shell -b "~/.local/bin/tmux-toggle-term float"
|
||||
bind g run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E gitu'
|
||||
bind e run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E "~/.local/bin/tmux-lf-helix"'
|
||||
bind e run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E "~/.local/bin/tmux-lf"'
|
||||
|
||||
## STATUS BAR ##################################################################
|
||||
|
||||
## Status bar design
|
||||
set -g status-justify centre
|
||||
set -g status-position top
|
||||
set -g status-bg '#181616'
|
||||
set -g status-bg '#191927'
|
||||
set -g status-fg '#c5c9c5'
|
||||
|
||||
## Show PREFIX on right side when c-b
|
||||
Reference in New Issue
Block a user