將這個放入 zshrc: `bindkey -s '^Xgc' 'git commit -m ""\C-b'` 當你輸入快捷鍵 `ctrl + xgc` 時,你的命令行會立即顯示為: `$ git commit -m "|"` (光標會自動放置在引號內)