We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6979188 commit cbdf25aCopy full SHA for cbdf25a
README.md
@@ -396,7 +396,7 @@ let g:vim_project_config.git_local_changes_mappings = {
396
\'pull': 'u',
397
\'push': 'p',
398
\'pull_and_push': 'P',
399
- \'force_push': 'F',
+ \'force_push': '<NOP>',
400
\}
401
```
402
autoload/project.vim
@@ -143,7 +143,7 @@ function! s:Prepare()
143
144
145
146
147
\'shelf': 's',
148
\'unshelf': 'S',
149
0 commit comments