xahlee / xah-fly-keys

the most efficient keybinding for emacs
http://xahlee.info/emacs/misc/xah-fly-keys.html
469 stars 80 forks source link

Enter insert mode when was used one of standard Emacs moving commands #142

Closed emakei closed 2 years ago

emakei commented 2 years ago

When I use command mode it's just perfect to me. But very often I'm use C-n, C-p, C-a, C-e commands and expecting that this will cause cursor movement and insert mode immediately after start typing something after moving. C-n and C-p this days is common combinations even in VS Code right after installing. Maybe I'm not alone? P.S. i found that better works not just (global-set-key (...) 'nil) but (cua-mode t)