mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature: client: vim: add ability to create directory with 'md', and create file with 'mf'
This commit is contained in:
parent
31e1eeea50
commit
4a38c64cd6
5 changed files with 90 additions and 1 deletions
2
HELP.md
2
HELP.md
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue