commit | 3712b41abaff3dcf676d2b3da916fde7b456eb42 | [log] [download] |
---|---|---|
author | nicm <nicm> | Tue May 09 17:56:55 2017 +0000 |
committer | nicm <nicm> | Tue May 09 17:56:55 2017 +0000 |
tree | 6c345a5375357e2b772842d63d97840ed9f6bdc3 | |
parent | 3b35daacf734dc824b6101e54d62067fde6016b8 [diff] |
If the target pane for send-keys in in a mode with a key table (that is, copy mode), then look the key up in the table and fire any command instead of delivering the key to the pane directly where it will be ignored. This makes C-b C-b (send-prefix) work in copy mode again.