Dotfiles/nvim/.config/nvim/plugin
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
..
deoplete.vim VIM: Makes deoplete start by default 2020-09-26 18:12:02 +01:00
firevim.vim VIM: adds firevim config 2020-12-21 16:16:37 +00:00
fzf.vim VIM: Makes fzf open in a floating window rather than as a split 2020-10-06 13:21:15 +01:00
mappings.vim VIM: Keep selection when using < or > in visual mode 2021-01-19 16:20:10 +00:00
settings.vim VIM: Sets ignore case and smart case 2020-10-24 13:54:34 +01:00
statusline.vim VIM: make filename in statusline 30 chars (maximum) 2020-12-21 16:15:30 +00:00