summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-03-26 14:44:30 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-26 18:00:46 +1100
commitad7703df65e09d23bb7e709ca9b22251673ac272 (patch)
tree67733bcebb87d6504c1d14368cb67a15acc36ecc /docs
parent13b90ac37f40baa648c25fab6d299ae0fa59118b (diff)
show namesake for child views
Diffstat (limited to 'docs')
-rw-r--r--docs/keybindings/Keybindings_en.md154
-rw-r--r--docs/keybindings/Keybindings_nl.md170
-rw-r--r--docs/keybindings/Keybindings_pl.md286
-rw-r--r--docs/keybindings/Keybindings_zh.md253
4 files changed, 373 insertions, 490 deletions
diff --git a/docs/keybindings/Keybindings_en.md b/docs/keybindings/Keybindings_en.md
index 357468176..eda2fa1a4 100644
--- a/docs/keybindings/Keybindings_en.md
+++ b/docs/keybindings/Keybindings_en.md
@@ -41,7 +41,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>[</kbd>: previous tab
</pre>
-## Branches Panel (Branches Tab)
+## Branches
<pre>
<kbd>ctrl+o</kbd>: copy branch name to clipboard
@@ -62,56 +62,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>enter</kbd>: view commits
</pre>
-## Branches Panel (Remote Branches (in Remotes tab))
-
-<pre>
- <kbd>space</kbd>: checkout
- <kbd>n</kbd>: new branch
- <kbd>M</kbd>: merge into currently checked out branch
- <kbd>r</kbd>: rebase checked-out branch onto this branch
- <kbd>d</kbd>: delete branch
- <kbd>u</kbd>: set as upstream of checked-out branch
- <kbd>esc</kbd>: Return to remotes list
- <kbd>g</kbd>: view reset options
- <kbd>enter</kbd>: view commits
-</pre>
-
-## Branches Panel (Remotes Tab)
-
-<pre>
- <kbd>f</kbd>: fetch remote
- <kbd>n</kbd>: add new remote
- <kbd>d</kbd>: remove remote
- <kbd>e</kbd>: edit remote
-</pre>
-
-## Branches Panel (Sub-commits)
-
-<pre>
- <kbd>ctrl+o</kbd>: copy commit SHA to clipboard
- <kbd>space</kbd>: checkout commit
- <kbd>y</kbd>: copy commit attribute
- <kbd>o</kbd>: open commit in browser
- <kbd>n</kbd>: create new branch off of commit
- <kbd>g</kbd>: reset to this commit
- <kbd>c</kbd>: copy commit (cherry-pick)
- <kbd>C</kbd>: copy commit range (cherry-pick)
- <kbd>ctrl+r</kbd>: reset cherry-picked (copied) commits selection
- <kbd>enter</kbd>: view selected item's files
-</pre>
-
-## Branches Panel (Tags Tab)
-
-<pre>
- <kbd>space</kbd>: checkout
- <kbd>d</kbd>: delete tag
- <kbd>P</kbd>: push tag
- <kbd>n</kbd>: create tag
- <kbd>g</kbd>: view reset options
- <kbd>enter</kbd>: view commits
-</pre>
-
-## Commit Files Panel (Commit Files)
+## Commit Files
<pre>
<kbd>ctrl+o</kbd>: copy the committed file name to the clipboard
@@ -125,7 +76,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>`</kbd>: toggle file tree view
</pre>
-## Commits Panel (Commits)
+## Commits
<pre>
<kbd>ctrl+o</kbd>: copy commit SHA to clipboard
@@ -157,28 +108,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>enter</kbd>: view selected item's files
</pre>
-## Commits Panel (Reflog Tab)
-
-<pre>
- <kbd>ctrl+o</kbd>: copy commit SHA to clipboard
- <kbd>space</kbd>: checkout commit
- <kbd>y</kbd>: copy commit attribute
- <kbd>o</kbd>: open commit in browser
- <kbd>n</kbd>: create new branch off of commit
- <kbd>g</kbd>: reset to this commit
- <kbd>c</kbd>: copy commit (cherry-pick)
- <kbd>C</kbd>: copy commit range (cherry-pick)
- <kbd>ctrl+r</kbd>: reset cherry-picked (copied) commits selection
- <kbd>enter</kbd>: view commits
-</pre>
-
-## Extras Panel
-
-<pre>
- <kbd>@</kbd>: open command log menu
-</pre>
-
-## Files Panel (Files)
+## Files
<pre>
<kbd>ctrl+o</kbd>: copy the file name to the clipboard
@@ -205,19 +135,6 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>f</kbd>: fetch
</pre>
-## Files Panel (Submodules)
-
-<pre>
- <kbd>ctrl+o</kbd>: copy submodule name to clipboard
- <kbd>enter</kbd>: enter submodule
- <kbd>d</kbd>: remove submodule
- <kbd>u</kbd>: update submodule
- <kbd>n</kbd>: add new submodule
- <kbd>e</kbd>: update submodule URL
- <kbd>i</kbd>: initialize submodule
- <kbd>b</kbd>: view bulk submodule options
-</pre>
-
## Main Panel (Merging)
<pre>
@@ -277,13 +194,42 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>C</kbd>: commit changes using git editor
</pre>
-## Menu Panel
+## Reflog
<pre>
- <kbd>esc</kbd>: close menu
+ <kbd>ctrl+o</kbd>: copy commit SHA to clipboard
+ <kbd>space</kbd>: checkout commit
+ <kbd>g</kbd>: view reset options
+ <kbd>c</kbd>: copy commit (cherry-pick)
+ <kbd>C</kbd>: copy commit range (cherry-pick)
+ <kbd>ctrl+r</kbd>: reset cherry-picked (copied) commits selection
+ <kbd>enter</kbd>: view commits
</pre>
-## Stash Panel (Stash)
+## Remote Branches
+
+<pre>
+ <kbd>space</kbd>: checkout
+ <kbd>n</kbd>: new branch
+ <kbd>M</kbd>: merge into currently checked out branch
+ <kbd>r</kbd>: rebase checked-out branch onto this branch
+ <kbd>d</kbd>: delete branch
+ <kbd>u</kbd>: set as upstream of checked-out branch
+ <kbd>esc</kbd>: Return to remotes list
+ <kbd>g</kbd>: view reset options
+ <kbd>enter</kbd>: view commits
+</pre>
+
+## Remotes
+
+<pre>
+ <kbd>f</kbd>: fetch remote
+ <kbd>n</kbd>: add new remote
+ <kbd>d</kbd>: remove remote
+ <kbd>e</kbd>: edit remote
+</pre>
+
+## Stash
<pre>
<kbd>space</kbd>: apply
@@ -293,7 +239,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>enter</kbd>: view selected item's files
</pre>
-## Status Panel (Status)
+## Status
<pre>
<kbd>e</kbd>: edit config file
@@ -303,7 +249,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>a</kbd>: show all branch logs
</pre>
-## Sub-commits Panel (Sub-commits)
+## Sub-commits
<pre>
<kbd>ctrl+o</kbd>: copy commit SHA to clipboard
@@ -315,3 +261,27 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>ctrl+r</kbd>: reset cherry-picked (copied) commits selection
<kbd>enter</kbd>: view selected item's files
</pre>
+
+## Submodules
+
+<pre>
+ <kbd>ctrl+o</kbd>: copy submodule name to clipboard
+ <kbd>enter</kbd>: enter submodule
+ <kbd>d</kbd>: remove submodule
+ <kbd>u</kbd>: update submodule
+ <kbd>n</kbd>: add new submodule
+ <kbd>e</kbd>: update submodule URL
+ <kbd>i</kbd>: initialize submodule
+ <kbd>b</kbd>: view bulk submodule options
+</pre>
+
+## Tags
+
+<pre>
+ <kbd>space</kbd>: checkout
+ <kbd>d</kbd>: delete tag
+ <kbd>P</kbd>: push tag
+ <kbd>n</kbd>: create tag
+ <kbd>g</kbd>: view reset options
+ <kbd>enter</kbd>: view commits
+</pre>
diff --git a/docs/keybindings/Keybindings_nl.md b/docs/keybindings/Keybindings_nl.md
index 4764eb821..b6220463f 100644
--- a/docs/keybindings/Keybindings_nl.md
+++ b/docs/keybindings/Keybindings_nl.md
@@ -41,7 +41,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>[</kbd>: vorige tabblad
</pre>
-## Bestanden Paneel (Bestanden)
+## Bestanden
<pre>
<kbd>ctrl+o</kbd>: kopieer de bestandsnaam naar het klembord
@@ -68,20 +68,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>f</kbd>: fetch
</pre>
-## Bestanden Paneel (Submodules)
-
-<pre>
- <kbd>ctrl+o</kbd>: kopieer submodule naam naar klembord
- <kbd>enter</kbd>: enter submodule
- <kbd>d</kbd>: remove submodule
- <kbd>u</kbd>: update submodule
- <kbd>n</kbd>: voeg nieuwe submodule toe
- <kbd>e</kbd>: update submodule URL
- <kbd>i</kbd>: initialiseer submodule
- <kbd>b</kbd>: bekijk bulk submodule opties
-</pre>
-
-## Branches Paneel (Branches Tabblad)
+## Branches
<pre>
<kbd>ctrl+o</kbd>: kopieer branch name naar klembord
@@ -102,56 +89,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>enter</kbd>: bekijk commits
</pre>
-## Branches Paneel (Remote Branches (in Remotes tabblad))
-
-<pre>
- <kbd>space</kbd>: uitchecken
- <kbd>n</kbd>: nieuwe branch
- <kbd>M</kbd>: merge in met huidige checked out branch
- <kbd>r</kbd>: rebase branch
- <kbd>d</kbd>: verwijder branch
- <kbd>u</kbd>: stel in als upstream van uitgecheckte branch
- <kbd>esc</kbd>: ga terug naar remotes lijst
- <kbd>g</kbd>: bekijk reset opties
- <kbd>enter</kbd>: bekijk commits
-</pre>
-
-## Branches Paneel (Remotes Tabblad)
-
-<pre>
- <kbd>f</kbd>: fetch remote
- <kbd>n</kbd>: voeg een nieuwe remote toe
- <kbd>d</kbd>: verwijder remote
- <kbd>e</kbd>: wijzig remote
-</pre>
-
-## Branches Paneel (Sub-commits)
-
-<pre>
- <kbd>ctrl+o</kbd>: kopieer commit SHA naar klembord
- <kbd>space</kbd>: checkout commit
- <kbd>y</kbd>: copy commit attribute
- <kbd>o</kbd>: open commit in browser
- <kbd>n</kbd>: creëer nieuwe branch van commit
- <kbd>g</kbd>: reset naar deze commit
- <kbd>c</kbd>: kopieer commit (cherry-pick)
- <kbd>C</kbd>: kopieer commit reeks (cherry-pick)
- <kbd>ctrl+r</kbd>: reset cherry-picked (gekopieerde) commits selectie
- <kbd>enter</kbd>: bekijk gecommite bestanden
-</pre>
-
-## Branches Paneel (Tags Tabblad)
-
-<pre>
- <kbd>space</kbd>: uitchecken
- <kbd>d</kbd>: verwijder tag
- <kbd>P</kbd>: push tag
- <kbd>n</kbd>: creëer tag
- <kbd>g</kbd>: bekijk reset opties
- <kbd>enter</kbd>: bekijk commits
-</pre>
-
-## Commit bestanden Paneel (Commit bestanden)
+## Commit bestanden
<pre>
<kbd>ctrl+o</kbd>: kopieer de vastgelegde bestandsnaam naar het klembord
@@ -165,7 +103,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>`</kbd>: toggle bestandsboom weergave
</pre>
-## Commits Paneel (Commits)
+## Commits
<pre>
<kbd>ctrl+o</kbd>: kopieer commit SHA naar klembord
@@ -197,28 +135,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>enter</kbd>: bekijk gecommite bestanden
</pre>
-## Commits Paneel (Reflog Tabblad)
-
-<pre>
- <kbd>ctrl+o</kbd>: kopieer commit SHA naar klembord
- <kbd>space</kbd>: checkout commit
- <kbd>y</kbd>: copy commit attribute
- <kbd>o</kbd>: open commit in browser
- <kbd>n</kbd>: creëer nieuwe branch van commit
- <kbd>g</kbd>: reset naar deze commit
- <kbd>c</kbd>: kopieer commit (cherry-pick)
- <kbd>C</kbd>: kopieer commit reeks (cherry-pick)
- <kbd>ctrl+r</kbd>: reset cherry-picked (gekopieerde) commits selectie
- <kbd>enter</kbd>: bekijk commits
-</pre>
-
-## Extras Paneel
-
-<pre>
- <kbd>@</kbd>: open command log menu
-</pre>
-
-## Hoofd Paneel (Mergen)
+## Mergen
<pre>
<kbd>esc</kbd>: ga terug naar het bestanden paneel
@@ -232,14 +149,14 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>z</kbd>: ongedaan maken
</pre>
-## Hoofd Paneel (Normaal)
+## Normaal
<pre>
<kbd>mouse wheel down</kbd>: scroll omlaag (fn+up)
<kbd>mouse wheel up</kbd>: scroll omhoog (fn+down)
</pre>
-## Hoofd Paneel (Patch Bouwen)
+## Patch Bouwen
<pre>
<kbd>esc</kbd>: sluit lijn-bij-lijn modus
@@ -255,7 +172,42 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>a</kbd>: toggle selecteer hunk
</pre>
-## Hoofd Paneel (Staging)
+## Reflog
+
+<pre>
+ <kbd>ctrl+o</kbd>: kopieer commit SHA naar klembord
+ <kbd>space</kbd>: checkout commit
+ <kbd>g</kbd>: bekijk reset opties
+ <kbd>c</kbd>: kopieer commit (cherry-pick)
+ <kbd>C</kbd>: kopieer commit reeks (cherry-pick)
+ <kbd>ctrl+r</kbd>: reset cherry-picked (gekopieerde) commits selectie
+ <kbd>enter</kbd>: bekijk commits
+</pre>
+
+## Remote Branches
+
+<pre>
+ <kbd>space</kbd>: uitchecken
+ <kbd>n</kbd>: nieuwe branch
+ <kbd>M</kbd>: merge in met huidige checked out branch
+ <kbd>r</kbd>: rebase branch
+ <kbd>d</kbd>: verwijder branch
+ <kbd>u</kbd>: stel in als upstream van uitgecheckte branch
+ <kbd>esc</kbd>: ga terug naar remotes lijst
+ <kbd>g</kbd>: bekijk reset opties
+ <kbd>enter</kbd>: bekijk commits
+</pre>
+
+## Remotes
+
+<pre>
+ <kbd>f</kbd>: fetch remote
+ <kbd>n</kbd>: voeg een nieuwe remote toe
+ <kbd>d</kbd>: verwijder remote
+ <kbd>e</kbd>: wijzig remote
+</pre>
+
+## Staging
<pre>
<kbd>esc</kbd>: ga terug naar het bestanden paneel
@@ -277,13 +229,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>C</kbd>: commit veranderingen met de git editor
</pre>
-## Menu Paneel
-
-<pre>
- <kbd>esc</kbd>: sluit menu
-</pre>
-
-## Stash Paneel (Stash)
+## Stash
<pre>
<kbd>space</kbd>: toepassen
@@ -293,7 +239,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>enter</kbd>: bekijk gecommite bestanden
</pre>
-## Status Paneel (Status)
+## Status
<pre>
<kbd>e</kbd>: verander config bestand
@@ -303,7 +249,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>a</kbd>: alle logs van de branch laten zien
</pre>
-## Sub-commits Paneel (Sub-commits)
+## Sub-commits
<pre>
<kbd>ctrl+o</kbd>: kopieer commit SHA naar klembord
@@ -315,3 +261,27 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>ctrl+r</kbd>: reset cherry-picked (gekopieerde) commits selectie
<kbd>enter</kbd>: bekijk gecommite bestanden
</pre>
+
+## Submodules
+
+<pre>
+ <kbd>ctrl+o</kbd>: kopieer submodule naam naar klembord
+ <kbd>enter</kbd>: enter submodule
+ <kbd>d</kbd>: remove submodule
+ <kbd>u</kbd>: update submodule
+ <kbd>n</kbd>: voeg nieuwe submodule toe
+ <kbd>e</kbd>: update submodule URL
+ <kbd>i</kbd>: initialiseer submodule
+ <kbd>b</kbd>: bekijk bulk submodule opties
+</pre>
+
+## Tags
+
+<pre>
+ <kbd>space</kbd>: uitchecken
+ <kbd>d</kbd>: verwijder tag
+ <kbd>P</kbd>: push tag
+ <kbd>n</kbd>: creëer tag
+ <kbd>g</kbd>: bekijk reset opties
+ <kbd>enter</kbd>: bekijk commits
+</pre>
diff --git a/docs/keybindings/Keybindings_pl.md b/docs/keybindings/Keybindings_pl.md
index f7c9d726c..aa1b9295b 100644
--- a/docs/keybindings/Keybindings_pl.md
+++ b/docs/keybindings/Keybindings_pl.md
@@ -41,60 +41,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>[</kbd>: previous tab
</pre>
-## Commity Panel (Commity)
-
-<pre>
- <kbd>ctrl+o</kbd>: copy commit SHA to clipboard
- <kbd>ctrl+r</kbd>: reset cherry-picked (copied) commits selection
- <kbd>b</kbd>: view bisect options
- <kbd>s</kbd>: ściśnij
- <kbd>f</kbd>: napraw commit
- <kbd>r</kbd>: zmień nazwę commita
- <kbd>R</kbd>: zmień nazwę commita w edytorze
- <kbd>d</kbd>: usuń commit
- <kbd>e</kbd>: edytuj commit
- <kbd>p</kbd>: wybierz commit (podczas zmiany bazy)
- <kbd>F</kbd>: utwórz commit naprawczy dla tego commita
- <kbd>S</kbd>: spłaszcz wszystkie commity naprawcze powyżej zaznaczonych commitów (autosquash)
- <kbd>ctrl+j</kbd>: przenieś commit 1 w dół
- <kbd>ctrl+k</kbd>: przenieś commit 1 w górę
- <kbd>A</kbd>: popraw commit zmianami z poczekalni
- <kbd>t</kbd>: odwróć commit
- <kbd>v</kbd>: wklej commity (przebieranie)
- <kbd>ctrl+l</kbd>: open log menu
- <kbd>T</kbd>: tag commit
- <kbd>space</kbd>: checkout commit
- <kbd>y</kbd>: copy commit attribute
- <kbd>o</kbd>: open commit in browser
- <kbd>n</kbd>: create new branch off of commit
- <kbd>g</kbd>: zresetuj do tego commita
- <kbd>c</kbd>: kopiuj commit (przebieranie)
- <kbd>C</kbd>: kopiuj zakres commitów (przebieranie)
- <kbd>enter</kbd>: przeglądaj pliki commita
-</pre>
-
-## Commity Panel (Reflog Tab)
-
-<pre>
- <kbd>ctrl+o</kbd>: copy commit SHA to clipboard
- <kbd>space</kbd>: checkout commit
- <kbd>y</kbd>: copy commit attribute
- <kbd>o</kbd>: open commit in browser
- <kbd>n</kbd>: create new branch off of commit
- <kbd>g</kbd>: zresetuj do tego commita
- <kbd>c</kbd>: kopiuj commit (przebieranie)
- <kbd>C</kbd>: kopiuj zakres commitów (przebieranie)
- <kbd>ctrl+r</kbd>: reset cherry-picked (copied) commits selection
- <kbd>enter</kbd>: view commits
-</pre>
-
-## Extras Panel
-
-<pre>
- <kbd>@</kbd>: open command log menu
-</pre>
-
-## Gałęzie Panel (Branches Tab)
+## Branches
<pre>
<kbd>ctrl+o</kbd>: copy branch name to clipboard
@@ -115,33 +62,28 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>enter</kbd>: view commits
</pre>
-## Gałęzie Panel (Remote Branches (in Remotes tab))
-
-<pre>
- <kbd>space</kbd>: przełącz
- <kbd>n</kbd>: nowa gałąź
- <kbd>M</kbd>: scal do obecnej gałęzi
- <kbd>r</kbd>: zmiana bazy gałęzi
- <kbd>d</kbd>: usuń gałąź
- <kbd>u</kbd>: set as upstream of checked-out branch
- <kbd>esc</kbd>: wróć do listy repozytoriów zdalnych
- <kbd>g</kbd>: wyświetl opcje resetu
- <kbd>enter</kbd>: view commits
-</pre>
-
-## Gałęzie Panel (Remotes Tab)
-
-<pre>
- <kbd>f</kbd>: fetch remote
- <kbd>n</kbd>: add new remote
- <kbd>d</kbd>: remove remote
- <kbd>e</kbd>: edit remote
-</pre>
-
-## Gałęzie Panel (Sub-commits)
+## Commity
<pre>
<kbd>ctrl+o</kbd>: copy commit SHA to clipboard
+ <kbd>ctrl+r</kbd>: reset cherry-picked (copied) commits selection
+ <kbd>b</kbd>: view bisect options
+ <kbd>s</kbd>: ściśnij
+ <kbd>f</kbd>: napraw commit
+ <kbd>r</kbd>: zmień nazwę commita
+ <kbd>R</kbd>: zmień nazwę commita w edytorze
+ <kbd>d</kbd>: usuń commit
+ <kbd>e</kbd>: edytuj commit
+ <kbd>p</kbd>: wybierz commit (podczas zmiany bazy)
+ <kbd>F</kbd>: utwórz commit naprawczy dla tego commita
+ <kbd>S</kbd>: spłaszcz wszystkie commity naprawcze powyżej zaznaczonych commitów (autosquash)
+ <kbd>ctrl+j</kbd>: przenieś commit 1 w dół
+ <kbd>ctrl+k</kbd>: przenieś commit 1 w górę
+ <kbd>A</kbd>: popraw commit zmianami z poczekalni
+ <kbd>t</kbd>: odwróć commit
+ <kbd>v</kbd>: wklej commity (przebieranie)
+ <kbd>ctrl+l</kbd>: open log menu
+ <kbd>T</kbd>: tag commit
<kbd>space</kbd>: checkout commit
<kbd>y</kbd>: copy commit attribute
<kbd>o</kbd>: open commit in browser
@@ -149,22 +91,10 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>g</kbd>: zresetuj do tego commita
<kbd>c</kbd>: kopiuj commit (przebieranie)
<kbd>C</kbd>: kopiuj zakres commitów (przebieranie)
- <kbd>ctrl+r</kbd>: reset cherry-picked (copied) commits selection
<kbd>enter</kbd>: przeglądaj pliki commita
</pre>
-## Gałęzie Panel (Tags Tab)
-
-<pre>
- <kbd>space</kbd>: przełącz
- <kbd>d</kbd>: delete tag
- <kbd>P</kbd>: push tag
- <kbd>n</kbd>: create tag
- <kbd>g</kbd>: wyświetl opcje resetu
- <kbd>enter</kbd>: view commits
-</pre>
-
-## Główne Panel (Patch Building)
+## Main Panel (Patch Building)
<pre>
<kbd>esc</kbd>: wyście z trybu "linia po linii"
@@ -180,56 +110,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>a</kbd>: toggle select hunk
</pre>
-## Główne Panel (Poczekalnia)
-
-<pre>
- <kbd>esc</kbd>: wróć do panelu plików
- <kbd>space</kbd>: toggle line staged / unstaged
- <kbd>d</kbd>: delete change (git reset)
- <kbd>tab</kbd>: switch to other panel
- <kbd>o</kbd>: otwórz plik
- <kbd>▲</kbd>: poprzednia linia
- <kbd>▼</kbd>: następna linia
- <kbd>◄</kbd>: poprzedni kawałek
- <kbd>►</kbd>: następny kawałek
- <kbd>ctrl+o</kbd>: copy the selected text to the clipboard
- <kbd>e</kbd>: edytuj plik
- <kbd>v</kbd>: toggle drag select
- <kbd>V</kbd>: toggle drag select
- <kbd>a</kbd>: toggle select hunk
- <kbd>c</kbd>: Zatwierdź zmiany
- <kbd>w</kbd>: zatwierdź zmiany bez skryptu pre-commit
- <kbd>C</kbd>: Zatwierdź zmiany używając edytora
-</pre>
-
-## Główne Panel (Scalanie)
-
-<pre>
- <kbd>esc</kbd>: wróć do panelu plików
- <kbd>M</kbd>: open external merge tool (git mergetool)
- <kbd>space</kbd>: wybierz kawałek
- <kbd>b</kbd>: wybierz wszystkie kawałki
- <kbd>◄</kbd>: poprzedni konflikt
- <kbd>►</kbd>: następny konflikt
- <kbd>▲</kbd>: wybierz poprzedni kawałek
- <kbd>▼</kbd>: wybierz następny kawałek
- <kbd>z</kbd>: cofnij
-</pre>
-
-## Główne Panel (Zwykłe)
-
-<pre>
- <kbd>mouse wheel down</kbd>: przewiń w dół (fn+up)
- <kbd>mouse wheel up</kbd>: przewiń w górę (fn+down)
-</pre>
-
-## Menu Panel
-
-<pre>
- <kbd>esc</kbd>: close menu
-</pre>
-
-## Pliki Panel (Pliki)
+## Pliki
<pre>
<kbd>ctrl+o</kbd>: copy the file name to the clipboard
@@ -256,20 +137,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>f</kbd>: pobierz
</pre>
-## Pliki Panel (Submodules)
-
-<pre>
- <kbd>ctrl+o</kbd>: copy submodule name to clipboard
- <kbd>enter</kbd>: enter submodule
- <kbd>d</kbd>: remove submodule
- <kbd>u</kbd>: update submodule
- <kbd>n</kbd>: add new submodule
- <kbd>e</kbd>: update submodule URL
- <kbd>i</kbd>: initialize submodule
- <kbd>b</kbd>: view bulk submodule options
-</pre>
-
-## Pliki commita Panel (Pliki commita)
+## Pliki commita
<pre>
<kbd>ctrl+o</kbd>: copy the committed file name to the clipboard
@@ -283,7 +151,78 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>`</kbd>: toggle file tree view
</pre>
-## Schowek Panel (Schowek)
+## Poczekalnia
+
+<pre>
+ <kbd>esc</kbd>: wróć do panelu plików
+ <kbd>space</kbd>: toggle line staged / unstaged
+ <kbd>d</kbd>: delete change (git reset)
+ <kbd>tab</kbd>: switch to other panel
+ <kbd>o</kbd>: otwórz plik
+ <kbd>▲</kbd>: poprzednia linia
+ <kbd>▼</kbd>: następna linia
+ <kbd>◄</kbd>: poprzedni kawałek
+ <kbd>►</kbd>: następny kawałek
+ <kbd>ctrl+o</kbd>: copy the selected text to the clipboard
+ <kbd>e</kbd>: edytuj plik
+ <kbd>v</kbd>: toggle drag select
+ <kbd>V</kbd>: toggle drag select
+ <kbd>a</kbd>: toggle select hunk
+ <kbd>c</kbd>: Zatwierdź zmiany
+ <kbd>w</kbd>: zatwierdź zmiany bez skryptu pre-commit
+ <kbd>C</kbd>: Zatwierdź zmiany używając edytora
+</pre>
+
+## Reflog
+
+<pre>
+ <kbd>ctrl+o</kbd>: copy commit SHA to clipboard
+ <kbd>space</kbd>: checkout commit
+ <kbd>g</kbd>: wyświetl opcje resetu
+ <kbd>c</kbd>: kopiuj commit (przebieranie)
+ <kbd>C</kbd>: kopiuj zakres commitów (przebieranie)
+ <kbd>ctrl+r</kbd>: reset cherry-picked (copied) commits selection
+ <kbd>enter</kbd>: view commits
+</pre>
+
+## Remote Branches
+
+<pre>
+ <kbd>space</kbd>: przełącz
+ <kbd>n</kbd>: nowa gałąź
+ <kbd>M</kbd>: scal do obecnej gałęzi
+ <kbd>r</kbd>: zmiana bazy gałęzi
+ <kbd>d</kbd>: usuń gałąź
+ <kbd>u</kbd>: set as upstream of checked-out branch
+ <kbd>esc</kbd>: wróć do listy repozytoriów zdalnych
+ <kbd>g</kbd>: wyświetl opcje resetu
+ <kbd>enter</kbd>: view commits
+</pre>
+
+## Remotes
+
+<pre>
+ <kbd>f</kbd>: fetch remote
+ <kbd>n</kbd>: add new remote
+ <kbd>d</kbd>: remove remote
+ <kbd>e</kbd>: edit remote
+</pre>
+
+## Scalanie
+
+<pre>
+ <kbd>esc</kbd>: wróć do panelu plików
+ <kbd>M</kbd>: open external merge tool (git mergetool)
+ <kbd>space</kbd>: wybierz kawałek
+ <kbd>b</kbd>: wybierz wszystkie kawałki
+ <kbd>◄</kbd>: poprzedni konflikt
+ <kbd>►</kbd>: następny konflikt
+ <kbd>▲</kbd>: wybierz poprzedni kawałek
+ <kbd>▼</kbd>: wybierz następny kawałek
+ <kbd>z</kbd>: cofnij
+</pre>
+
+## Schowek
<pre>
<kbd>space</kbd>: zastosuj
@@ -293,7 +232,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>enter</kbd>: przeglądaj pliki commita
</pre>
-## Status Panel (Status)
+## Status
<pre>
<kbd>e</kbd>: edytuj konfigurację
@@ -303,7 +242,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>a</kbd>: pokaż wszystkie logi gałęzi
</pre>
-## Sub-commits Panel (Sub-commits)
+## Sub-commits
<pre>
<kbd>ctrl+o</kbd>: copy commit SHA to clipboard
@@ -315,3 +254,34 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>ctrl+r</kbd>: reset cherry-picked (copied) commits selection
<kbd>enter</kbd>: przeglądaj pliki commita
</pre>
+
+## Submodules
+
+<pre>
+ <kbd>ctrl+o</kbd>: copy submodule name to clipboard
+ <kbd>enter</kbd>: enter submodule
+ <kbd>d</kbd>: remove submodule
+ <kbd>u</kbd>: update submodule
+ <kbd>n</kbd>: add new submodule
+ <kbd>e</kbd>: update submodule URL
+ <kbd>i</kbd>: initialize submodule
+ <kbd>b</kbd>: view bulk submodule options
+</pre>
+
+## Tags
+
+<pre>
+ <kbd>space</kbd>: przełącz
+ <kbd>d</kbd>: delete tag
+ <kbd>P</kbd>: push tag
+ <kbd>n</kbd>: create tag
+ <kbd>g</kbd>: wyświetl opcje resetu
+ <kbd>enter</kbd>: view commits
+</pre>
+
+## Zwykłe
+
+<pre>
+ <kbd>mouse wheel down</kbd>: przewiń w dół (fn+up)
+ <kbd>mouse wheel up</kbd>: przewiń w górę (fn+down)
+</pre>
diff --git a/docs/keybindings/Keybindings_zh.md b/docs/keybindings/Keybindings_zh.md
index 7dc0d9f7b..3af2b795b 100644
--- a/docs/keybindings/Keybindings_zh.md
+++ b/docs/keybindings/Keybindings_zh.md
@@ -41,66 +41,19 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>[</kbd>: 上一个标签
</pre>
-## 主要 面板 (构建补丁中)
+## Reflog 页面
<pre>
- <kbd>esc</kbd>: 退出逐行模式
- <kbd>o</kbd>: 打开文件
- <kbd>▲</kbd>: 选择上一行
- <kbd>▼</kbd>: 选择下一行
- <kbd>◄</kbd>: 选择上一个区块
- <kbd>►</kbd>: 选择下一个区块
- <kbd>ctrl+o</kbd>: 将选中文本复制到剪贴板
- <kbd>space</kbd>: 添加/移除 行到补丁
- <kbd>v</kbd>: 切换拖动选择
- <kbd>V</kbd>: 切换拖动选择
- <kbd>a</kbd>: 切换选择区块
-</pre>
-
-## 主要 面板 (正在合并)
-
-<pre>
- <kbd>esc</kbd>: 返回文件面板
- <kbd>M</kbd>: 打开外部合并工具 (git mergetool)
- <kbd>space</kbd>: 选中区块
- <kbd>b</kbd>: 选中所有区块
- <kbd>◄</kbd>: 选择上一个冲突
- <kbd>►</kbd>: 选择下一个冲突
- <kbd>▲</kbd>: 选择顶部块
- <kbd>▼</kbd>: 选择底部块
- <kbd>z</kbd>: 撤销
-</pre>
-
-## 主要 面板 (正在暂存)
-
-<pre>
- <kbd>esc</kbd>: 返回文件面板
- <kbd>space</kbd>: 切换行暂存状态
- <kbd>d</kbd>: 取消变更 (git reset)
- <kbd>tab</kbd>: 切换到其他面板
- <kbd>o</kbd>: 打开文件
- <kbd>▲</kbd>: 选择上一行
- <kbd>▼</kbd>: 选择下一行
- <kbd>◄</kbd>: 选择上一个区块
- <kbd>►</kbd>: 选择下一个