aboutsummaryrefslogtreecommitdiff
path: root/vim/config/substitution.vim
blob: da9eb47ec578d2a51f8971ebf826eb33cc721e61 (plain) (blame)
1
2
3
4
" Preserve the flags for a pattern when repeating a substitution with &; I
" don't really understand why this isn't a default, but there it is
nnoremap & :&&<CR>
vnoremap & :&&<CR>