atom-archive / xray

An experimental next-generation Electron-based text editor
MIT License
8.48k stars 235 forks source link

Keymaps and Actions #87

Closed as-cii closed 6 years ago

as-cii commented 6 years ago

This pull request introduces a keymap/action mechanism, as explained by @nathansobo in March 26th update. We currently load key bindings from an in-memory array, but we should ultimately load them from disk from a TOML file.

/cc: @nathansobo

as-cii commented 6 years ago

Given our recent synchronous conversation, I will go ahead and merge this @nathansobo. Please, let me know if you think we should keep iterating on it.