chore(docs): update tmux bindings

This commit is contained in:
2023-09-19 09:10:17 +03:00
parent ab8e654c2a
commit 6f3f977100
2 changed files with 36 additions and 53 deletions

View File

@@ -17,6 +17,9 @@ KB=$(tmux list-keys)
H="# tmux keybindings\n"
L="\n\nLeader: \`<ctrl><space>\`\n\n"
# Generalize expanded $HOME to "$HOME"
KB="${KB//$HOME/\$HOME}"
msg "Outputting tmux keybindings to $TMUX_KEYBINDINGS_DOCS"
echo -e "${H}${L}${CB}${KB}${CB}" > "$TMUX_KEYBINDINGS_DOCS"
msg_done "Done!"