Füge dies in zshrc ein: `bindkey -s '^Xgc' 'git commit -m ""\C-b'` Wenn du die Abkürzung `ctrl + xgc` eingibst, sieht deine Eingabeaufforderung sofort so aus: `$ git commit -m "|"` (Der Cursor wird automatisch innerhalb der Anführungszeichen platziert)