Hacker News new | ask | show | jobs
by hanlec 891 days ago
Just curious: are the copy, cut, paste and undo commands remapped by Doom Emacs? Those don't seem to be the defaults. TY
2 comments

Those keybinds are what Emacs calls CUA bindings: https://www.gnu.org/software/emacs/manual/html_node/emacs/CU...
Doom Emacs defaults to Evil mode. But if you turn it off, it gives you vanilla keybindings. So I don't think it remaps them. :)