feat(tmux): add tmux nerd font window name plugin and fix keymap

This commit is contained in:
Stefan Imhoff
2023-03-03 15:23:53 +01:00
parent 3d9b50213f
commit bb81b93788
3 changed files with 8 additions and 7 deletions

View File

@@ -94,9 +94,9 @@ map ctrl+alt+9 send_text all \x02\x39
# R (Jump to Last tmux Session)
map ctrl+alt+r send_text all \x02\x52
# b (Previous Window)
map ctrl+alt+[ send_text all \x02\x62
map ctrl+alt+h send_text all \x02\x62
# p (Previous Window)
map ctrl+alt+[ send_text all \x02\x70
map ctrl+alt+h send_text all \x02\x70
# n (Next Window)
map ctrl+alt+] send_text all \x02\x6e