rougier / nano-emacs

GNU Emacs / N Λ N O - Emacs made simple
GNU General Public License v3.0
2.52k stars 194 forks source link

Suggestion: Moving the macOS keybindings from nano-defaults to nano-bindings? #92

Open M-I opened 3 years ago

M-I commented 3 years ago

https://github.com/rougier/nano-emacs/blob/0f5995602fb442856d50407d5122453595b1ad2a/nano-defaults.el#L113

Or maybe just a note in the README?

I didn't expect to have my custom bindings stop working when setting up nano and removing (require 'nano-bindings).

I shouldn't have, but since I was playing with multiple modes at the same times, it took me a while to figure out why my M-x wasn't working anymore.

rougier commented 3 years ago

Sorry for the delay. You're right that bindings should be moved outside. Note that I've started splitting nano-emacs into several packages to separate things and this change would simplify the split even more (see https://github.com/rougier/nano-theme, https://github.com/rougier/nano-modeline/, https://github.com/rougier/nano-splash/)