summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-02-26 19:35:30 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-03-17 19:13:40 +1100
commit1ad4518d358914b0bae4d96153a9186090fb0d47 (patch)
tree91d7e4fc873471a68817ac0bc643db5222f08f66 /docs
parent8fd6338527dff7ca3e5a9c5b55309d74d14615ef (diff)
update cheatsheet
Diffstat (limited to 'docs')
-rw-r--r--docs/keybindings/Keybindings_en.md8
-rw-r--r--docs/keybindings/Keybindings_nl.md5
-rw-r--r--docs/keybindings/Keybindings_pl.md8
-rw-r--r--docs/keybindings/Keybindings_zh.md8
4 files changed, 16 insertions, 13 deletions
diff --git a/docs/keybindings/Keybindings_en.md b/docs/keybindings/Keybindings_en.md
index 542d94516..9b613792b 100644
--- a/docs/keybindings/Keybindings_en.md
+++ b/docs/keybindings/Keybindings_en.md
@@ -63,14 +63,14 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## Branches Panel (Remote Branches (in Remotes tab))
<pre>
- <kbd>esc</kbd>: Return to remotes list
- <kbd>g</kbd>: view reset options
<kbd>space</kbd>: checkout
<kbd>n</kbd>: new branch
<kbd>M</kbd>: merge into currently checked out branch
- <kbd>d</kbd>: delete 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>
@@ -178,7 +178,6 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## Files Panel (Files)
<pre>
- <kbd>D</kbd>: view reset options
<kbd>ctrl+o</kbd>: copy the file name to the clipboard
<kbd>ctrl+w</kbd>: Toggle whether or not whitespace changes are shown in the diff view
<kbd>d</kbd>: view 'discard changes' options
@@ -197,6 +196,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>a</kbd>: stage/unstage all
<kbd>enter</kbd>: stage individual hunks/lines for file, or collapse/expand for directory
<kbd>g</kbd>: view upstream reset options
+ <kbd>D</kbd>: view reset options
<kbd>`</kbd>: toggle file tree view
<kbd>M</kbd>: open external merge tool (git mergetool)
<kbd>f</kbd>: fetch
diff --git a/docs/keybindings/Keybindings_nl.md b/docs/keybindings/Keybindings_nl.md
index a1216b853..734f7135d 100644
--- a/docs/keybindings/Keybindings_nl.md
+++ b/docs/keybindings/Keybindings_nl.md
@@ -69,9 +69,11 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>space</kbd>: uitchecken
<kbd>n</kbd>: nieuwe branch
<kbd>M</kbd>: merge in met huidige checked out branch
- <kbd>d</kbd>: verwijder 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>
@@ -192,6 +194,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<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
diff --git a/docs/keybindings/Keybindings_pl.md b/docs/keybindings/Keybindings_pl.md
index 8d877f282..8dd8ff8aa 100644
--- a/docs/keybindings/Keybindings_pl.md
+++ b/docs/keybindings/Keybindings_pl.md
@@ -63,14 +63,14 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## Gałęzie Panel (Remote Branches (in Remotes tab))
<pre>
- <kbd>esc</kbd>: wróć do listy repozytoriów zdalnych
- <kbd>g</kbd>: wyświetl opcje resetu
<kbd>space</kbd>: przełącz
<kbd>n</kbd>: nowa gałąź
<kbd>M</kbd>: scal do obecnej gałęzi
- <kbd>d</kbd>: usuń gałąź
<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>
@@ -178,7 +178,6 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## Pliki Panel (Pliki)
<pre>
- <kbd>D</kbd>: wyświetl opcje resetu
<kbd>ctrl+o</kbd>: copy the file name to the clipboard
<kbd>ctrl+w</kbd>: Toggle whether or not whitespace changes are shown in the diff view
<kbd>d</kbd>: pokaż opcje porzucania zmian
@@ -197,6 +196,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>a</kbd>: przełącz stan poczekalni wszystkich
<kbd>enter</kbd>: zatwierdź pojedyncze linie
<kbd>g</kbd>: view upstream reset options
+ <kbd>D</kbd>: wyświetl opcje resetu
<kbd>`</kbd>: toggle file tree view
<kbd>M</kbd>: open external merge tool (git mergetool)
<kbd>f</kbd>: pobierz
diff --git a/docs/keybindings/Keybindings_zh.md b/docs/keybindings/Keybindings_zh.md
index f718aa89f..34a60a0e5 100644
--- a/docs/keybindings/Keybindings_zh.md
+++ b/docs/keybindings/Keybindings_zh.md
@@ -63,14 +63,14 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## 分支 面板 (远程分支(在远程页面中))
<pre>
- <kbd>esc</kbd>: 返回远程仓库列表
- <kbd>g</kbd>: 查看重置选项
<kbd>space</kbd>: 检出
<kbd>n</kbd>: 新分支
<kbd>M</kbd>: 合并到当前检出的分支
- <kbd>d</kbd>: 删除分支
<kbd>r</kbd>: 将已检出的分支变基到该分支
+ <kbd>d</kbd>: 删除分支
<kbd>u</kbd>: 设置为检出分支的上游
+ <kbd>esc</kbd>: 返回远程仓库列表
+ <kbd>g</kbd>: 查看重置选项
<kbd>enter</kbd>: 查看提交
</pre>
@@ -178,7 +178,6 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
## 文件 面板 (文件)
<pre>
- <kbd>D</kbd>: 查看重置选项
<kbd>ctrl+o</kbd>: 将文件名复制到剪贴板
<kbd>ctrl+w</kbd>: 切换是否在差异视图中显示空白更改
<kbd>d</kbd>: 查看'放弃更改‘选项
@@ -197,6 +196,7 @@ _This file is auto-generated. To update, make the changes in the pkg/i18n direct
<kbd>a</kbd>: 切换所有文件的暂存状态
<kbd>enter</kbd>: 暂存单个 块/行 用于文件, 或 折叠/展开 目录
<kbd>g</kbd>: 查看上游重置选项
+ <kbd>D</kbd>: 查看重置选项
<kbd>`</kbd>: 切换文件树视图
<kbd>M</kbd>: 打开合并工具
<kbd>f</kbd>: 抓取