7 ms·
C-f, C-e, C-b, C-a only require one hand. But I see your point. The best part of evil-mode in Emacs is that I get to use Emacs bindings in insert mode, and the
by R0flcopt3r 4y ago
C-f, C-e, C-b, C-a only require one hand. But I see your point.
The best part of evil-mode in Emacs is that I get to use Emacs bindings in insert mode, and then vim keys in normal mode. For instance when writing function signatures, I can hit C-f to easily jump over the closing parenthesis, or C-e to easily jump to the end of line, usually also to skip the closing parenthesis. I'm not sure how you would do that in vim without exiting back into normal mode and using for instance S-a to append at the end of the line.
- julesnp 4y agoYou can use this plugin to get the same mappings in insert mode for Vim: https://github.com/tpope/vim-rsi https://github.com/tpope/vim-rsi
- nudome_lata 4y agoI'm a long-term emacs user who recently learned vim for fun. Deciding when to exit insert mode has been part of the learning curve. From insert mode, vim lets you run one command without explicitly switching back to normal mode. :he i_ctrl-o for details. It's very handy for positioning the cursor for more input, for example ctrl-o f) Also works in evil.