terrywang / vagrantboxes

Handcrafted Arch Linux Vagrant base box with :heart:
250 stars 29 forks source link

[.tmux.conf] send-prefix not bound #21

Closed Araeos closed 7 years ago

Araeos commented 9 years ago

Vagrant box: Arch Linux x86_64 Base Box

I don't know if this is intended but the configuration for tmux specifies bind C-a send-prefix but then some lines down also bind-key C-a last-window. It seems C-a is effectively bound to last-window with send-prefix unbound.

P.S.: What is the difference between bind and bind-key? the manual does not mention this.

bmedicke commented 9 years ago

There's no difference. tmux accepts shortened commands as long as they don't clash. So bind-key, bind and bi all work whereas b would clash with break-pane.