File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,8 @@ You need to remove this plugin as well as `config_home` (default: `~/.vim/vim-pr
147
147
148
148
| Command | Description |
149
149
| ----------------------------| ------------------------------------------|
150
- | Project ` <path> ` | Add existing project, then open it |
151
- | ProjectNew ` <path> ` | Create new project by running predefined tasks |
150
+ | Project ` <path> ` | Add an existing folder at ` path ` as project, then open it |
151
+ | ProjectNew ` <path> ` | Create a new folder as project at ` path ` by running predefined tasks |
152
152
| ProjectList | Show all projects |
153
153
| ProjectSearchFiles | Search files by name |
154
154
| ProjectSearchFilesRest | Reset search files, useful when new files added outside |
@@ -499,7 +499,8 @@ let g:vim_project_config.list_mappings_git_branch = {
499
499
| search_exclude | Excluding folders/files for search files |
500
500
| find_in_files_exclude | Excluding folders/files for find in files |
501
501
| file_mappings | Keymappings to switch between files quickly |
502
- | tasks | tasks to run using vim 'terminal' feature |
502
+ | tasks | Tasks to run using vim 'terminal' feature |
503
+ | new_project_base | The base directory used for ` :ProjectNew path ` . |
503
504
| project_views | Define project views by ` [[show-pattern, hide-pattern?], ...] ` |
504
505
| commit_message | Default commit message. Can be string or Function reference. |
505
506
| debug | Show debug messages |
You can’t perform that action at this time.
0 commit comments