migueldeicaza / TermKit

Terminal Kit - Console UI toolkit for Swift applications
MIT License
458 stars 17 forks source link

Platform-specific Keybindings #22

Open migueldeicaza opened 3 years ago

migueldeicaza commented 3 years ago

The Emacs keybindings and the Windows keybindings can not be supported at the same time, it looks like I should have a keybinding system to support those.

For example the Windows style is C-c is copy, C-x is cut, C-v is paste. The "c-x" is likely going to clash with other Unix idioms, as is "c-v" used for scrolling in Emacs mode.