yi-editor / yi

The Haskell-Scriptable Editor
GNU General Public License v2.0
1.5k stars 199 forks source link

Fix space-keybind for emacs #1092

Open junjihashimoto opened 6 years ago

junjihashimoto commented 6 years ago

When vty-mode with emacs-keybind, space-key sends system '@'-character. So placeMark is already bound to both Control-space and Control-'@'. This PR fixes other binds which use space-key.