This commit is contained in:
Hadi
2024-10-08 20:07:56 +02:00
parent 3f0a694b5f
commit a554505de2
3 changed files with 42 additions and 41 deletions

View File

@@ -57,6 +57,3 @@ echo "$keybindings" | while read line; do
echo "| $comment | $mod$key |" >>"$KEYBINDINGS_FILE"
done
pandoc -t commonmark_x "$KEYBINDINGS_FILE" -o "/tmp/keybindings.md"
mv "/tmp/keybindings.md" "$KEYBINDINGS_FILE"