migueldeicaza/TermKit

Platform-specific Keybindings

migueldeicaza opened this issue · 0 comments

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.