fixed colors in polybar, added better tmux bind for copymode

This commit is contained in:
Daniel Fichtinger 2024-11-04 18:01:07 -05:00
parent 857f831cd9
commit 36628a2f29
2 changed files with 5 additions and 4 deletions

View file

@ -45,6 +45,7 @@ bind h split-window -h -c "#{pane_current_path}"
bind C-x kill-session
bind S command-prompt -p "rename session:" "rename-session '%%'"
bind W command-prompt -p "rename window:" "rename-window '%%'"
bind - copy-mode
# Joining and sending
bind-key j command-prompt -p "join pane from:" "join-pane -s '%%'"