Vim Tips
Collection of Vim tips and tricks
-
Make directory for current file
TLDR:
:command! Mkdir call mkdir(expand('%:h'), 'p') -
RegExp match programming case conventions
TLDR
echo matchstrlist(['userId'], '\v(\u+\l*)|(\l+)|(\d+)|(\D|\A)')