1. 14
  1.  

  2. 4
    vnoremap < <gv
    vnoremap > >gv
    

    gv is pretty nifty.

    1. 1

      That is a top tip indeed!

      1. 1

        I’ve been 20% happier since I discovered that. Wish VSCode’s Vim emulation allowed me to do the same.

    2. 1

      I also make use of many of Tim Pope’s plugins, notably vim-sensible, vim-commentary and vim-fugitive.

      These three are incredibly useful.