home.social

#tryemacs — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #tryemacs, aggregated by home.social.

  1. 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