A main drawback of #vim insert mode is the lack of going backwards and forwards one character without arrow keys,
#emacs's C-f and C-b are a blessing.
#vim just try it
inoremap <C-f> <Right>
inoremap <C-b> <Left>
#EvilMode #TryEmacs
#vim
#emacs
#evilmode
#tryemacs