Hacker News new | ask | show | jobs
by majewsky 3374 days ago
You mean `Ctrl-xCtrl-f`? That's `Ctrl-x Ctrl-f`. In terms of how it parses, after `Ctrl-`, the next token must be a single character (a key) is accepted. So `Ctrl-x` completes that particular accord and `Ctrl-f` is the accord following it.
1 comments

Thanks ... that was puzzling me too. And I think you mean "chord" rather than "accord" :-)