Live and recent posts from across the Fediverse tagged #tryemacs, aggregated by home.social.
#tryemacs
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 users just try it
inoremap <C-f> <Right>inoremap <C-b> <Left>
#EvilMode #TryEmacs