mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-10 20:05:50 +02:00
Support multiple contexts within one command, add tests, update doc
This commit is contained in:
parent
206b2c6f0b
commit
542030f190
5 changed files with 93 additions and 18 deletions
|
@ -87,6 +87,11 @@ The permitted contexts are:
|
|||
| stash | The 'Stash' tab |
|
||||
| global | This keybinding will take affect everywhere |
|
||||
|
||||
> **Bonus**
|
||||
>
|
||||
> You can use a comma-separated string, such as `context: 'commits, subCommits'`, to make it effective in multiple contexts.
|
||||
|
||||
|
||||
## Prompts
|
||||
|
||||
### Common fields
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue