Updates to handle helix and lf in tmux.

This commit is contained in:
2026-04-23 15:37:20 +02:00
parent 9a52eb58eb
commit 5ff382fa4f
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -45,9 +45,9 @@ unbind %
bind '\' split-window -h -l 40% -c "#{pane_current_path}"
bind '`' split-window -v -l 35% -c "#{pane_current_path}"
bind-key -n 'C-\' run-shell -b "~/.local/bin//toggle-tmux-pane"
bind-key -n 'C-\' run-shell -b "~/.local/bin/tmux-toggle-term"
bind g run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E gitu'
bind f run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E spf'
bind f run-shell 'tmux popup -d "#{pane_current_path}" -xC -yC -w90% -h90% -E "~/.local/bin/tmux-lf-helix"'
## STATUS BAR ##################################################################