You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_en.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
14
14
|`` @ ``| View command log options | View options for the command log e.g. show/hide the command log and focus the command log. |
15
15
|`` P ``| Push | Push the current branch to its upstream branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
16
16
|`` p ``| Pull | Pull changes from the remote for the current branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
17
-
|`` ) ``| Increase rename similarity threshold | Increase the similarity threshold for a deletion and addition pair to be treated as a rename. |
18
-
|`` ( ``| Decrease rename similarity threshold | Decrease the similarity threshold for a deletion and addition pair to be treated as a rename. |
19
-
|`` } ``| Increase diff context size | Increase the amount of the context shown around changes in the diff view. |
20
-
|`` { ``| Decrease diff context size | Decrease the amount of the context shown around changes in the diff view. |
17
+
|`` ) ``| Increase rename similarity threshold | Increase the similarity threshold for a deletion and addition pair to be treated as a rename.<br><br>The default can be changed in the config file with the key 'git.renameSimilarityThreshold'.|
18
+
|`` ( ``| Decrease rename similarity threshold | Decrease the similarity threshold for a deletion and addition pair to be treated as a rename.<br><br>The default can be changed in the config file with the key 'git.renameSimilarityThreshold'.|
19
+
|`` } ``| Increase diff context size | Increase the amount of the context shown around changes in the diff view.<br><br>The default can be changed in the config file with the key 'git.diffContextSize'.|
20
+
|`` { ``| Decrease diff context size | Decrease the amount of the context shown around changes in the diff view.<br><br>The default can be changed in the config file with the key 'git.diffContextSize'.|
21
21
|`` : ``| Execute shell command | Bring up a prompt where you can enter a shell command to execute. |
22
22
|`` <c-p> ``| View custom patch options ||
23
23
|`` m ``| View merge/rebase options | View options to abort/continue/skip the current merge/rebase. |
@@ -30,7 +30,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
30
30
|`` <c-e> ``| View diffing options | View options relating to diffing two refs e.g. diffing against selected ref, entering ref to diff against, and reversing the diff direction. |
31
31
|`` q ``| Quit ||
32
32
|`` <esc> ``| Cancel ||
33
-
|`` <c-w> ``| Toggle whitespace | Toggle whether or not whitespace changes are shown in the diff view. |
33
+
|`` <c-w> ``| Toggle whitespace | Toggle whether or not whitespace changes are shown in the diff view.<br><br>The default can be changed in the config file with the key 'git.ignoreWhitespaceInDiffView'.|
34
34
|`` z ``| Undo | The reflog will be used to determine what git command to run to undo the last git command. This does not include changes to the working tree; only commits are taken into consideration. |
35
35
|`` <c-z> ``| Redo | The reflog will be used to determine what git command to run to redo the last git command. This does not include changes to the working tree; only commits are taken into consideration. |
36
36
@@ -65,7 +65,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
65
65
|`` <space> ``| Toggle file included in patch | Toggle whether the file is included in the custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches.|
66
66
|`` a ``| Toggle all files | Add/remove all commit's files to custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches.|
67
67
|`` <enter> ``| Enter file / Toggle directory collapsed | If a file is selected, enter the file so that you can add/remove individual lines to the custom patch. If a directory is selected, toggle the directory. |
68
-
|`` ` ``| Toggle file tree view | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
68
+
|`` ` ``| Toggle file tree view | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory.<br><br>The default can be changed in the config file with the key 'gui.showFileTree'.|
69
69
|`` - ``| Collapse all files | Collapse all directories in the files tree |
70
70
|`` = ``| Expand all files | Expand all directories in the file tree |
71
71
|`` 0 ``| Focus main view ||
@@ -149,7 +149,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
149
149
|`` d ``| Discard | View options for discarding changes to the selected file. |
150
150
|`` g ``| View upstream reset options ||
151
151
|`` D ``| Reset | View reset options for working tree (e.g. nuking the working tree). |
152
-
|`` ` ``| Toggle file tree view | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
152
+
|`` ` ``| Toggle file tree view | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory.<br><br>The default can be changed in the config file with the key 'gui.showFileTree'.|
153
153
|`` <c-t> ``| Open external diff tool (git difftool) ||
154
154
|`` M ``| Open external merge tool | Run `git mergetool`. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_ko.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
14
14
|`` @ ``| 명령어 로그 메뉴 열기 | View options for the command log e.g. show/hide the command log and focus the command log. |
15
15
|`` P ``| 푸시 | Push the current branch to its upstream branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
16
16
|`` p ``| 업데이트 | Pull changes from the remote for the current branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
17
-
|`` ) ``| Increase rename similarity threshold | Increase the similarity threshold for a deletion and addition pair to be treated as a rename. |
18
-
|`` ( ``| Decrease rename similarity threshold | Decrease the similarity threshold for a deletion and addition pair to be treated as a rename. |
19
-
|`` } ``| Diff 보기의 변경 사항 주위에 표시되는 컨텍스트의 크기를 늘리기 | Increase the amount of the context shown around changes in the diff view. |
20
-
|`` { ``| Diff 보기의 변경 사항 주위에 표시되는 컨텍스트 크기 줄이기 | Decrease the amount of the context shown around changes in the diff view. |
17
+
|`` ) ``| Increase rename similarity threshold | Increase the similarity threshold for a deletion and addition pair to be treated as a rename.<br><br>The default can be changed in the config file with the key 'git.renameSimilarityThreshold'.|
18
+
|`` ( ``| Decrease rename similarity threshold | Decrease the similarity threshold for a deletion and addition pair to be treated as a rename.<br><br>The default can be changed in the config file with the key 'git.renameSimilarityThreshold'.|
19
+
|`` } ``| Diff 보기의 변경 사항 주위에 표시되는 컨텍스트의 크기를 늘리기 | Increase the amount of the context shown around changes in the diff view.<br><br>The default can be changed in the config file with the key 'git.diffContextSize'.|
20
+
|`` { ``| Diff 보기의 변경 사항 주위에 표시되는 컨텍스트 크기 줄이기 | Decrease the amount of the context shown around changes in the diff view.<br><br>The default can be changed in the config file with the key 'git.diffContextSize'.|
21
21
|`` : ``| Execute shell command | Bring up a prompt where you can enter a shell command to execute. |
22
22
|`` <c-p> ``| 커스텀 Patch 옵션 보기 ||
23
23
|`` m ``| View merge/rebase options | View options to abort/continue/skip the current merge/rebase. |
@@ -30,7 +30,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
30
30
|`` <c-e> ``| Diff 메뉴 열기 | View options relating to diffing two refs e.g. diffing against selected ref, entering ref to diff against, and reversing the diff direction. |
31
31
|`` q ``| 종료 ||
32
32
|`` <esc> ``| 취소 ||
33
-
|`` <c-w> ``| 공백문자를 Diff 뷰에서 표시 여부 전환 | Toggle whether or not whitespace changes are shown in the diff view. |
33
+
|`` <c-w> ``| 공백문자를 Diff 뷰에서 표시 여부 전환 | Toggle whether or not whitespace changes are shown in the diff view.<br><br>The default can be changed in the config file with the key 'git.ignoreWhitespaceInDiffView'.|
34
34
|`` z ``| 되돌리기 (reflog) (실험적) | The reflog will be used to determine what git command to run to undo the last git command. This does not include changes to the working tree; only commits are taken into consideration. |
35
35
|`` <c-z> ``| 다시 실행 (reflog) (실험적) | The reflog will be used to determine what git command to run to redo the last git command. This does not include changes to the working tree; only commits are taken into consideration. |
36
36
@@ -331,7 +331,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
331
331
|`` <space> ``| Toggle file included in patch | Toggle whether the file is included in the custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches.|
332
332
|`` a ``| Toggle all files included in patch | Add/remove all commit's files to custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches.|
333
333
|`` <enter> ``| Enter file to add selected lines to the patch (or toggle directory collapsed) | If a file is selected, enter the file so that you can add/remove individual lines to the custom patch. If a directory is selected, toggle the directory. |
334
-
|`` ` ``| 파일 트리뷰로 전환 | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
334
+
|`` ` ``| 파일 트리뷰로 전환 | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory.<br><br>The default can be changed in the config file with the key 'gui.showFileTree'.|
335
335
|`` - ``| Collapse all files | Collapse all directories in the files tree |
336
336
|`` = ``| Expand all files | Expand all directories in the file tree |
337
337
|`` 0 ``| Focus main view ||
@@ -384,7 +384,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
384
384
|`` d ``| View 'discard changes' options | View options for discarding changes to the selected file. |
385
385
|`` g ``| View upstream reset options ||
386
386
|`` D ``| 초기화 | View reset options for working tree (e.g. nuking the working tree). |
387
-
|`` ` ``| 파일 트리뷰로 전환 | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
387
+
|`` ` ``| 파일 트리뷰로 전환 | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory.<br><br>The default can be changed in the config file with the key 'gui.showFileTree'.|
388
388
|`` <c-t> ``| Open external diff tool (git difftool) ||
389
389
|`` M ``| Git mergetool를 열기 | Run `git mergetool`. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_nl.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -14,10 +14,10 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
14
14
|`` @ ``| View command log options | View options for the command log e.g. show/hide the command log and focus the command log. |
15
15
|`` P ``| Push | Push the current branch to its upstream branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
16
16
|`` p ``| Pull | Pull changes from the remote for the current branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
17
-
|`` ) ``| Increase rename similarity threshold | Increase the similarity threshold for a deletion and addition pair to be treated as a rename. |
18
-
|`` ( ``| Decrease rename similarity threshold | Decrease the similarity threshold for a deletion and addition pair to be treated as a rename. |
19
-
|`` } ``| Increase diff context size | Increase the amount of the context shown around changes in the diff view. |
20
-
|`` { ``| Decrease diff context size | Decrease the amount of the context shown around changes in the diff view. |
17
+
|`` ) ``| Increase rename similarity threshold | Increase the similarity threshold for a deletion and addition pair to be treated as a rename.<br><br>The default can be changed in the config file with the key 'git.renameSimilarityThreshold'.|
18
+
|`` ( ``| Decrease rename similarity threshold | Decrease the similarity threshold for a deletion and addition pair to be treated as a rename.<br><br>The default can be changed in the config file with the key 'git.renameSimilarityThreshold'.|
19
+
|`` } ``| Increase diff context size | Increase the amount of the context shown around changes in the diff view.<br><br>The default can be changed in the config file with the key 'git.diffContextSize'.|
20
+
|`` { ``| Decrease diff context size | Decrease the amount of the context shown around changes in the diff view.<br><br>The default can be changed in the config file with the key 'git.diffContextSize'.|
21
21
|`` : ``| Execute shell command | Bring up a prompt where you can enter a shell command to execute. |
22
22
|`` <c-p> ``| Bekijk aangepaste patch opties ||
23
23
|`` m ``| Bekijk merge/rebase opties | View options to abort/continue/skip the current merge/rebase. |
@@ -30,7 +30,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
30
30
|`` <c-e> ``| Open diff menu | View options relating to diffing two refs e.g. diffing against selected ref, entering ref to diff against, and reversing the diff direction. |
31
31
|`` q ``| Quit ||
32
32
|`` <esc> ``| Annuleren ||
33
-
|`` <c-w> ``| Toggle whitespace | Toggle whether or not whitespace changes are shown in the diff view. |
33
+
|`` <c-w> ``| Toggle whitespace | Toggle whether or not whitespace changes are shown in the diff view.<br><br>The default can be changed in the config file with the key 'git.ignoreWhitespaceInDiffView'.|
34
34
|`` z ``| Ongedaan maken (via reflog) (experimenteel) | The reflog will be used to determine what git command to run to undo the last git command. This does not include changes to the working tree; only commits are taken into consideration. |
35
35
|`` <c-z> ``| Redo (via reflog) (experimenteel) | The reflog will be used to determine what git command to run to redo the last git command. This does not include changes to the working tree; only commits are taken into consideration. |
36
36
@@ -75,7 +75,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
75
75
|`` d ``| Bekijk 'veranderingen ongedaan maken' opties | View options for discarding changes to the selected file. |
76
76
|`` g ``| Bekijk upstream reset opties ||
77
77
|`` D ``| Reset | View reset options for working tree (e.g. nuking the working tree). |
78
-
|`` ` ``| Toggle bestandsboom weergave | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
78
+
|`` ` ``| Toggle bestandsboom weergave | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory.<br><br>The default can be changed in the config file with the key 'gui.showFileTree'.|
79
79
|`` <c-t> ``| Open external diff tool (git difftool) ||
80
80
|`` M ``| Open external merge tool | Run `git mergetool`. |
81
81
|`` f ``| Fetch | Fetch changes from remote. |
@@ -141,7 +141,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
141
141
|`` <space> ``| Toggle bestand inbegrepen in patch | Toggle whether the file is included in the custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches.|
142
142
|`` a ``| Toggle all files | Add/remove all commit's files to custom patch. See https://github.com/jesseduffield/lazygit#rebase-magic-custom-patches.|
143
143
|`` <enter> ``| Enter bestand om geselecteerde regels toe te voegen aan de patch | If a file is selected, enter the file so that you can add/remove individual lines to the custom patch. If a directory is selected, toggle the directory. |
144
-
|`` ` ``| Toggle bestandsboom weergave | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
144
+
|`` ` ``| Toggle bestandsboom weergave | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory.<br><br>The default can be changed in the config file with the key 'gui.showFileTree'.|
145
145
|`` - ``| Collapse all files | Collapse all directories in the files tree |
146
146
|`` = ``| Expand all files | Expand all directories in the file tree |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_pl.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ _Legenda: `<c-b>` oznacza ctrl+b, `<a-b>` oznacza alt+b, `B` oznacza shift+b_
14
14
|`` @ ``| Pokaż opcje dziennika poleceń | Pokaż opcje dla dziennika poleceń, np. pokazywanie/ukrywanie dziennika poleceń i skupienie na dzienniku poleceń. |
15
15
|`` P ``| Wypchnij | Wypchnij bieżącą gałąź do jej gałęzi nadrzędnej. Jeśli nie skonfigurowano gałęzi nadrzędnej, zostaniesz poproszony o skonfigurowanie gałęzi nadrzędnej. |
16
16
|`` p ``| Pociągnij | Pociągnij zmiany z zdalnego dla bieżącej gałęzi. Jeśli nie skonfigurowano gałęzi nadrzędnej, zostaniesz poproszony o skonfigurowanie gałęzi nadrzędnej. |
17
-
|`` ) ``| Increase rename similarity threshold | Increase the similarity threshold for a deletion and addition pair to be treated as a rename. |
18
-
|`` ( ``| Decrease rename similarity threshold | Decrease the similarity threshold for a deletion and addition pair to be treated as a rename. |
17
+
|`` ) ``| Increase rename similarity threshold | Increase the similarity threshold for a deletion and addition pair to be treated as a rename.<br><br>The default can be changed in the config file with the key 'git.renameSimilarityThreshold'.|
18
+
|`` ( ``| Decrease rename similarity threshold | Decrease the similarity threshold for a deletion and addition pair to be treated as a rename.<br><br>The default can be changed in the config file with the key 'git.renameSimilarityThreshold'.|
19
19
|`` } ``| Zwiększ rozmiar kontekstu w widoku różnic | Zwiększ ilość kontekstu pokazywanego wokół zmian w widoku różnic. |
20
20
|`` { ``| Zmniejsz rozmiar kontekstu w widoku różnic | Zmniejsz ilość kontekstu pokazywanego wokół zmian w widoku różnic. |
21
21
|`` : ``| Execute shell command | Bring up a prompt where you can enter a shell command to execute. |
0 commit comments