feature: client: vim: add ability to create directory with 'md', and create file with 'mf'

This commit is contained in:
coderaiser 2023-01-29 13:41:12 +02:00
parent 31e1eeea50
commit 4a38c64cd6
5 changed files with 90 additions and 1 deletions

View file

@ -220,6 +220,8 @@ When the `--vim` option is provided, or the configuration parameter `vim` is set
| `/` | find file in current directory
| `n` | navigate to next found file
| `N` | navigate to previous found file
| `md` | make directory
| `mf` | make file
Commands can be joined, for example: