summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Chen <weichen2000121@gmail.com>2020-01-06 23:37:21 +0800
committerDavid Chen <weichen2000121@gmail.com>2020-01-06 23:37:21 +0800
commit0ddf7c05c854f9542fd9939c98b946baabe64852 (patch)
treebb993ecf4240694b8962c7379003d9ef5ce25d1e /docs
parent86b101c410b0ec2b7eaffcc81f6db44002801b6e (diff)
PickBothHunks -> pickBothHunks
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 22f63229c..fd054119f 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -119,7 +119,7 @@ Default path for the config file: `~/.config/jesseduffield/lazygit/config.yml`
toggleDragSelect: 'v'
toggleDragSelect-alt: 'V'
toggleSelectHunk: 'a'
- PickBothHunks: 'b'
+ pickBothHunks: 'b'
undo: 'z'
```