Functions
All the functions of this plugin create the directories recursively if they do not exist
To use the functions with a keyboard shortcut you can follow these examples
First, for call a function, has need know this prefix
call FunctionName()
Then you must indicate when the function is going to be called, to do this we do a key mapping
noremap <leader>cf ##ACTION## <Cr>
Mergin the last steps, obteined this
noremap <leader>cf :call VimFiles#CreateFile()<Cr>
Last updated
Was this helpful?