Dotfiles/nvim/.config/nvim
Jonathan Hodgson 9b4c064acd VIM: Keep selection when using < or > in visual mode
When indenting or unindenting a code block, I normally visually select
it and use < or >. However, both of these unselect the selection.

The mappings make vim also do gv after such an action which re-selects
the previous selection.
2021-01-19 16:20:10 +00:00
..
after/plugin VIM: Adds lsp bindings for more languages 2020-12-13 20:58:19 +00:00
autoload/mine VIM: colour column on textwidth or if not set col 80 2020-10-06 14:28:50 +01:00
ftplugin VIM: Makes markdown files 80 chars width 2020-10-24 13:54:06 +01:00
pack/bundle/opt VIM: Keep selection when using < or > in visual mode 2021-01-19 16:20:10 +00:00
plugin VIM: Keep selection when using < or > in visual mode 2021-01-19 16:20:10 +00:00
syntax VIM: Adds request syntax file 2020-10-13 10:44:28 +01:00
init.vim VIM: Adds firevim plugin 2020-12-07 11:36:54 +00:00