summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-03-20 13:59:33 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-24 20:14:41 +1100
commit340a145bc8af32123550f6b4db5104f61417c019 (patch)
tree4e829d5ab33483e0a275294613f844b0fcbda5c4 /docs
parentcb26c7a1f20d754665e68db7abc8df3382cef66a (diff)
refactor cheatsheet generator
Diffstat (limited to 'docs')
-rw-r--r--docs/keybindings/Keybindings_en.md1
-rw-r--r--docs/keybindings/Keybindings_nl.md81
-rw-r--r--docs/keybindings/Keybindings_pl.md205
-rw-r--r--docs/keybindings/Keybindings_zh.md241
4 files changed, 262 insertions, 266 deletions
diff --git a/docs/keybindings/Keybindings_en.md b/docs/keybindings/Keybindings_en.md
index 662631386..6f8c12966 100644
--- a/docs/keybindings/Keybindings_en.md
+++ b/docs/keybindings/Keybindings_en.md
@@ -269,7 +269,6 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>►</kbd>: select next hunk
<kbd>ctrl+o</kbd>: copy the selected text to the clipboard
<kbd>e</kbd>: edit file
- <kbd>o</kbd>: open file
<kbd>v</kbd>: toggle drag select
<kbd>V</kbd>: toggle drag select
<kbd>a</kbd>: toggle select hunk
diff --git a/docs/keybindings/Keybindings_nl.md b/docs/keybindings/Keybindings_nl.md
index dd9c45ad2..c0accbd44 100644
--- a/docs/keybindings/Keybindings_nl.md
+++ b/docs/keybindings/Keybindings_nl.md
@@ -41,6 +41,46 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>[</kbd>: vorige tabblad
</pre>
+## Bestanden Paneel (Bestanden)
+
+<pre>
+ <kbd>ctrl+o</kbd>: kopieer de bestandsnaam naar het klembord
+ <kbd>ctrl+w</kbd>: Toggle whether or not whitespace changes are shown in the diff view
+ <kbd>d</kbd>: bekijk 'veranderingen ongedaan maken' opties
+ <kbd>space</kbd>: toggle staged
+ <kbd>ctrl+b</kbd>: Filter files (staged/unstaged)
+ <kbd>c</kbd>: commit veranderingen
+ <kbd>w</kbd>: commit veranderingen zonder pre-commit hook
+ <kbd>A</kbd>: wijzig laatste commit
+ <kbd>C</kbd>: commit veranderingen met de git editor
+ <kbd>e</kbd>: verander bestand
+ <kbd>o</kbd>: open bestand
+ <kbd>i</kbd>: voeg toe aan .gitignore
+ <kbd>r</kbd>: refresh bestanden
+ <kbd>s</kbd>: stash-bestanden
+ <kbd>S</kbd>: bekijk stash opties
+ <kbd>a</kbd>: toggle staged alle
+ <kbd>enter</kbd>: stage individuele hunks/lijnen
+ <kbd>g</kbd>: bekijk upstream reset opties
+ <kbd>D</kbd>: bekijk reset opties
+ <kbd>`</kbd>: toggle bestandsboom weergave
+ <kbd>M</kbd>: open external merge tool (git mergetool)
+ <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)
<pre>
@@ -178,46 +218,6 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>@</kbd>: open command log menu
</pre>
-## Bestanden Paneel (Bestanden)
-
-<pre>
- <kbd>ctrl+o</kbd>: kopieer de bestandsnaam naar het klembord
- <kbd>ctrl+w</kbd>: Toggle whether or not whitespace changes are shown in the diff view
- <kbd>d</kbd>: bekijk 'veranderingen ongedaan maken' opties
- <kbd>space</kbd>: toggle staged
- <kbd>ctrl+b</kbd>: Filter files (staged/unstaged)
- <kbd>c</kbd>: commit veranderingen
- <kbd>w</kbd>: commit veranderingen zonder pre-commit hook
- <kbd>A</kbd>: wijzig laatste commit
- <kbd>C</kbd>: commit veranderingen met de git editor
- <kbd>e</kbd>: verander bestand
- <kbd>o</kbd>: open bestand
- <kbd>i</kbd>: voeg toe aan .gitignore
- <kbd>r</kbd>: refresh bestanden
- <kbd>s</kbd>: stash-bestanden
- <kbd>S</kbd>: bekijk stash opties
- <kbd>a</kbd>: toggle staged alle
- <kbd>enter</kbd>: stage individuele hunks/lijnen
- <kbd>g</kbd>: bekijk upstream reset opties
- <kbd>D</kbd>: bekijk reset opties
- <kbd>`</kbd>: toggle bestandsboom weergave
- <kbd>M</kbd>: open external merge tool (git mergetool)
- <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>
-
## Hoofd Paneel (Mergen)
<pre>
@@ -269,7 +269,6 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>►</kbd>: selecteer de volgende hunk
<kbd>ctrl+o</kbd>: copy the selected text to the clipboard
<kbd>e</kbd>: verander bestand
- <kbd>o</kbd>: open bestand
<kbd>v</kbd>: toggle drag selecteer
<kbd>V</kbd>: toggle drag selecteer
<kbd>a</kbd>: toggle selecteer hunk
diff --git a/docs/keybindings/Keybindings_pl.md b/docs/keybindings/Keybindings_pl.md
index 2d032e5e3..9c619f6b6 100644
--- a/docs/keybindings/Keybindings_pl.md
+++ b/docs/keybindings/Keybindings_pl.md
@@ -41,6 +41,56 @@ _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>n</kbd>: create new branch off of commit
+ <kbd>c</kbd>: kopiuj commit (przebieranie)
+ <kbd>C</kbd>: kopiuj zakres commitów (przebieranie)
+ <kbd>v</kbd>: wklej commity (przebieranie)
+ <kbd>ctrl+l</kbd>: open log menu
+ <kbd>g</kbd>: zresetuj do tego commita
+ <kbd>space</kbd>: checkout commit
+ <kbd>T</kbd>: tag commit
+ <kbd>ctrl+y</kbd>: copy commit message to clipboard
+ <kbd>o</kbd>: open commit in browser
+ <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>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>: przeglądaj pliki commita
+</pre>
+
+## Extras Panel
+
+<pre>
+ <kbd>@</kbd>: open command log menu
+</pre>
+
## Gałęzie Panel (Branches Tab)
<pre>
@@ -109,73 +159,69 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>enter</kbd>: view commits
</pre>
-## Pliki commita Panel
+## Główne Panel (Patch Building)
<pre>
- <kbd>ctrl+o</kbd>: copy the committed file name to the clipboard
+ <kbd>esc</kbd>: wyście z trybu "linia po linii"
+ <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>space</kbd>: add/remove line(s) to patch
+ <kbd>v</kbd>: toggle drag select
+ <kbd>V</kbd>: toggle drag select
+ <kbd>a</kbd>: toggle select hunk
</pre>
-## Pliki commita Panel (Pliki commita)
+## Główne Panel (Poczekalnia)
<pre>
- <kbd>c</kbd>: plik wybierania
- <kbd>d</kbd>: porzuć zmiany commita dla tego pliku
+ <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>space</kbd>: toggle file included in patch
- <kbd>a</kbd>: toggle all files included in patch
- <kbd>enter</kbd>: enter file to add selected lines to the patch (or toggle directory collapsed)
- <kbd>`</kbd>: toggle file tree view
+ <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>
-## Commity Panel (Commity)
+## Główne Panel (Scalanie)
<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>n</kbd>: create new branch off of commit
- <kbd>c</kbd>: kopiuj commit (przebieranie)
- <kbd>C</kbd>: kopiuj zakres commitów (przebieranie)
- <kbd>v</kbd>: wklej commity (przebieranie)
- <kbd>ctrl+l</kbd>: open log menu
- <kbd>g</kbd>: zresetuj do tego commita
- <kbd>space</kbd>: checkout commit
- <kbd>T</kbd>: tag commit
- <kbd>ctrl+y</kbd>: copy commit message to clipboard
- <kbd>o</kbd>: open commit in browser
- <kbd>enter</kbd>: przeglądaj pliki commita
+ <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>
-## Commity Panel (Reflog Tab)
+## Główne Panel (Zwykłe)
<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>: przeglądaj pliki commita
+ <kbd>mouse wheel down</kbd>: przewiń w dół (fn+up)
+ <kbd>mouse wheel up</kbd>: przewiń w górę (fn+down)
</pre>
-## Extras Panel
+## Menu Panel
<pre>
- <kbd>@</kbd>: open command log menu
+ <kbd>esc</kbd>: close menu
</pre>
## Pliki Panel (Pliki)
@@ -218,70 +264,23 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>b</kbd>: view bulk submodule options
</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>
-
-## Główne Panel (Patch Building)
+## Pliki commita Panel
<pre>
- <kbd>esc</kbd>: wyście z trybu "linia po linii"
- <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>space</kbd>: add/remove line(s) to patch
- <kbd>v</kbd>: toggle drag select
- <kbd>V</kbd>: toggle drag select
- <kbd>a</kbd>: toggle select hunk
+ <kbd>ctrl+o</kbd>: copy the committed file name to the clipboard
</pre>
-## Główne Panel (Poczekalnia)
+## Pliki commita Panel (Pliki commita)
<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>c</kbd>: plik wybierania
+ <kbd>d</kbd>: porzuć zmiany commita dla tego pliku
<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>o</kbd>: otwórz 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>
-
-## Menu Panel
-
-<pre>
- <kbd>esc</kbd>: close menu
+ <kbd>space</kbd>: toggle file included in patch
+ <kbd>a</kbd>: toggle all files included in patch
+ <kbd>enter</kbd>: enter file to add selected lines to the patch (or toggle directory collapsed)
+ <kbd>`</kbd>: toggle file tree view
</pre>
## Schowek Panel (Schowek)
diff --git a/docs/keybindings/Keybindings_zh.md b/docs/keybindings/Keybindings_zh.md
index 12b9a90f7..d477edb40 100644
--- a/docs/keybindings/Keybindings_zh.md
+++ b/docs/keybindings/Keybindings_zh.md
@@ -41,6 +41,71 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>[</kbd>: 上一个标签
</pre>
+## Extras 面板
+
+<pre>
+ <kbd>@</kbd>: 打开命令日志菜单
+</pre>
+
+## 主要 面板 (合并中)
+
+<pre>
+ <kbd>esc</kbd>: 返回文件面板
+ <kbd>M</kbd>: 打开合并工具
+ <kbd>space</kbd>: 选中区块
+ <kbd>b</kbd>: 选中所有区块
+ <kbd>◄</kbd>: 选择上一个冲突
+ <kbd>►</kbd>: 选择下一个冲突
+ <kbd>▲</kbd>: 选择顶部块
+ <kbd>▼</kbd>: 选择底部块
+ <kbd>z</kbd>: 撤销
+</pre>
+
+## 主要 面板 (构建补丁中)
+
+<pre>
+ <kbd>esc</kbd>: 退出逐行模式
+ <kbd>o</kbd>: 打开文件
+ <kbd>▲</kbd>: 选择上一行
+ <kbd>▼</kbd>: 选择下一行
+ <kbd>◄</kbd>: 选择上一个区块
+ <kbd>►</kbd>: 选择下一个区块
+ <kbd>ctrl+o</kbd>: copy the selected text to the clipboard
+ <kbd>space</kbd>: 添加/移除 行到补丁
+ <kbd>v</kbd>: 切换拖动选择
+ <kbd>V</kbd>: 切换拖动选择
+ <kbd>a</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>: 选择下一个区块
+ <kbd>ctrl+o</kbd>: copy the selected text to the clipboard
+ <kbd>e</kbd>: 编辑文件
+ <kbd>v</kbd>: 切换拖动选择
+ <kbd>V</kbd>: 切换拖动选择
+ <kbd>a</kbd>: 切换选择区块
+ <kbd>c</kbd>: 提交更改
+ <kbd>w</kbd>: 提交更改而无需预先提交钩子
+ <kbd>C</kbd>: 提交更改(使用编辑器编辑提交信息)
+</pre>
+
+## 主要 面板 (正常)
+
+<pre>
+ <kbd>mouse wheel down</kbd>: 向下滚动 (fn+up)
+ <kbd>mouse wheel up</kbd>: 向上滚动 (fn+down)
+</pre>
+
## 分支 面板 (分支标签)
<pre>
@@ -62,6 +127,30 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>enter</kbd>: 查看提交
</pre>
+## 分支 面板 (子提交)
+
+<pre>
+ <kbd>ctrl+o</kbd>: 将提交的 SHA 复制到剪贴板
+ <kbd>space</kbd>: 检出提交
+ <kbd>g</kbd>: 查看重置选项
+ <kbd>n</kbd>: 新分支
+ <kbd>c</kbd>: 复制提交(拣选)
+ <kbd>C</kbd>: 复制提交范围(拣选)
+ <kbd>ctrl+r</kbd>: 重置已拣选(复制)的提交
+ <kbd>enter</kbd>: 查看提交的文件
+</pre>
+
+## 分支 面板 (标签页面)
+
+<pre>
+ <kbd>space</kbd>: 检出
+ <kbd>d</kbd>: 删除标签
+ <kbd>P</kbd>: 推送标签
+ <kbd>n</kbd>: 创建标签
+ <kbd>g</kbd>: 查看重置选项
+ <kbd>enter</kbd>: 查看提交
+</pre>
+
## 分支 面板 (远程分支(在远程页面中))
<pre>
@@ -85,49 +174,18 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>e</kbd>: 编辑远程仓库
</pre>
-## 分支 面板 (子提交)
+## 提交 面板 (Reflog)
<pre>
<kbd>ctrl+o</kbd>: 将提交的 SHA 复制到剪贴板
<kbd>space</kbd>: 检出提交
<kbd>g</kbd>: 查看重置选项
- <kbd>n</kbd>: 新分支
<kbd>c</kbd>: 复制提交(拣选)
<kbd>C</kbd>: 复制提交范围(拣选)
<kbd>ctrl+r</kbd>: 重置已拣选(复制)的提交
<kbd>enter</kbd>: 查看提交的文件
</pre>
-## 分支 面板 (标签页面)
-
-<pre>
- <kbd>space</kbd>: 检出
- <kbd>d</kbd>: 删除标签
- <kbd>P</kbd>: 推送标签
- <kbd>n</kbd>: 创建标签
- <kbd>g</kbd>: 查看重置选项
- <kbd>enter</kbd>: 查看提交
-</pre>
-
-## 提交文件 面板
-
-<pre>
- <kbd>ctrl+o</kbd>: 将提交的文件名复制到剪贴板
-</pre>
-
-## 提交文件 面板 (提交文件)
-
-<pre>
- <kbd>c</kbd>: 检出文件
- <kbd>d</kbd>: 放弃对此文件的提交更改
- <kbd>o</kbd>: 打开文件
- <kbd>e</kbd>: 编辑文件
- <kbd>space</kbd>: 补丁中包含的切换文件
- <kbd>a</kbd>: toggle all files included in patch
- <kbd>enter</kbd>: 输入文件以将所选行添加到补丁中(或切换目录折叠)
- <kbd>`</kbd>: 切换文件树视图
-</pre>
-
## 提交 面板 (提交)
<pre>
@@ -160,22 +218,36 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>enter</kbd>: 查看提交的文件
</pre>
-## 提交 面板 (Reflog)
+## 提交文件 面板
<pre>
- <kbd>ctrl+o</kbd>: 将提交的 SHA 复制到剪贴板
- <kbd>space</kbd>: 检出提交
- <kbd>g</kbd>: 查看重置选项
- <kbd>c</kbd>: 复制提交(拣选)
- <kbd>C</kbd>: 复制提交范围(拣选)
- <kbd>ctrl+r</kbd>: 重置已拣选(复制)的提交
- <kbd>enter</kbd>: 查看提交的文件
+ <kbd>ctrl+o</kbd>: 将提交的文件名复制到剪贴板
</pre>
-## Extras 面板
+## 提交文件 面板 (提交文件)
<pre>
- <kbd>@</kbd>: 打开命令日志菜单
+ <kbd>c</kbd>: 检出文件
+ <kbd>d</kbd>: 放弃对此文件的提交更改
+ <kbd>o</kbd>: 打开文件
+ <kbd>e</kbd>: 编辑文件
+ <kbd>space</kbd>: 补丁中包含的切换文件
+ <kbd>a</kbd>: toggle all files included in patch
+ <kbd>enter</kbd>: 输入文件以将所选行添加到补丁中(或切换目录折叠)
+ <kbd>`</kbd>: 切换文件树视图
+</pre>
+
+## 文件 面板 (子模块)
+
+<pre>
+ <kbd>ctrl+o</kbd>: 将子模块名称复制到剪贴板
+ <kbd>enter</kbd>: 输入子模块
+ <kbd>d</kbd>: 删除子模块
+ <kbd>u</kbd>: 更新子模块
+ <kbd>n</kbd>: 添加新的子模块
+ <kbd>e</kbd>: 更新子模块 URL
+ <kbd>i</kbd>: 初始化子模块
+ <kbd>b</kbd>: 查看批量子模块选项
</pre>
## 文件 面板 (文件)
@@ -205,77 +277,14 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>f</kbd>: 抓取
</pre>
-## 文件 面板 (子模块)
-
-<pre>
- <kbd>ctrl+o</kbd>: 将子模块名称复制到剪贴板
- <kbd>enter</kbd>: 输入子模块
- <kbd>d</kbd>: 删除子模块
- <kbd>u</kbd>: 更新子模块
- <kbd>n</kbd>: 添加新的子模块
- <kbd>e</kbd>: 更新子模块 URL
- <kbd>i</kbd>: 初始化子模块
- <kbd>b</kbd>: 查看批量子模块选项
-</pre>
-
-## 主要 面板 (合并中)
-
-<pre>
- <kbd>esc</kbd>: 返回文件面板
- <kbd>M</kbd>: 打开合并工具
- <kbd>space</kbd>: 选中区块
- <kbd>b</kbd>: 选中所有区块
- <kbd>◄</kbd>: 选择上一个冲突
- <kbd>►</kbd>: 选择下一个冲突
- <kbd>▲</kbd>: 选择顶部块
- <kbd>▼</kbd>: 选择底部块
- <kbd>z</kbd>: 撤销
-</pre>
-
-## 主要 面板 (正常)
-
-<pre>
- <kbd>mouse wheel down</kbd>: 向下滚动 (fn+up)
- <kbd>mouse wheel up</kbd>: 向上滚动 (fn+down)
-</pre>
-
-## 主要 面板 (构建补丁中)
-
-<pre>
- <kbd>esc</kbd>: 退出逐行模式
- <kbd>o</kbd>: 打开文件
- <kbd>▲</kbd>: 选择上一行
- <kbd>▼</kbd>: 选择下一行
- <kbd>◄</kbd>: 选择上一个区块
- <kbd>►</kbd>: 选择下一个区块
- <kbd>ctrl+o</kbd>: copy the selected text to the clipboard
- <kbd>space</kbd>: 添加/移除 行到补丁
- <kbd>v</kbd>: 切换拖动选择
- <kbd>V</kbd>: 切换拖动选择
- <kbd>a</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>: 选择下一个区块
- <kbd>ctrl+o</kbd>: copy the selected text to the clipboard
- <kbd>e</kbd>: 编辑文件
- <kbd>o</kbd>: 打开文件
- <kbd>v</kbd>: 切换拖动选择
- <kbd>V</kbd>: 切换拖动选择
- <kbd>a</kbd>: 切换选择区块
- <kbd>c</kbd>: 提交更改
- <kbd>w</kbd>: 提交更改而无需预先提交钩子
- <kbd>C</kbd>: 提交更改(使用编辑器编辑提交信息)
+ <kbd>e</kbd>: 编辑配置文件
+ <kbd>o</kbd>: 打开配置文件
+ <kbd>u</kbd>: 检查更新
+ <kbd>enter</kbd>: 切换到最近的仓库
+ <kbd>a</kbd>: 显示所有分支的日志
</pre>
## 菜单 面板
@@ -293,13 +302,3 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>n</kbd>: 新分支
<kbd>enter</kbd>: 查看提交的文件
</pre>
-
-## 状态 面板 (状态)
-
-<pre>
- <kbd>e</kbd>: 编辑配置文件
- <kbd>o</kbd>: 打开配置文件
- <kbd>u</kbd>: 检查更新
- <kbd>enter</kbd>: 切换到最近的仓库
- <kbd>a</kbd>: 显示所有分支的日志
-</pre>