บน. tmux.conf ความแตกต่างระหว่าง "bind" และ "bind-key" คืออะไร?
บน. tmux.conf ความแตกต่างระหว่าง "bind" และ "bind-key" คืออะไร?
คำตอบ:
"bind" เป็นนามแฝงสำหรับ "bind-key" ซึ่งมีผลเหมือนกัน
นอกจากนี้คุณสามารถย่อคำสั่งได้ตราบใดที่มีเพียงคำสั่งเดียวที่ขึ้นต้นด้วยตัวอักษรที่คุณเขียนดังนั้นตัวอย่างเช่น "bind-k" หรือ "bin" ก็ใช้ได้เช่นกัน
จากหน้าคน:
bind-key [-cnr] [-t key-table] key command [arguments]
(alias: bind)
(...)
Most commands have a shorter form, known as an alias. For new-session,
this is new:
$ tmux new vi
Alternatively, the shortest unambiguous form of a command is accepted.