Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs-master/keybindings/Keybindings_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
| `` @ `` | View command log options | View options for the command log e.g. show/hide the command log and focus the command log. |
| `` P `` | Push | Push the current branch to its upstream branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
| `` 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. |
| `` 1 `` | Jump to side panel | |
| `` 2 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 3 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 4 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 5 `` | Jump to side panel | |
| `` ) `` | 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'. |
| `` ( `` | 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'. |
| `` } `` | 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'. |
Expand Down
5 changes: 5 additions & 0 deletions docs-master/keybindings/Keybindings_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ _凡例:`<c-b>` はctrl+b、`<a-b>` はalt+b、`B` はshift+bを意味
| `` @ `` | コマンドログオプションを表示 | コマンドログのオプションを表示します(例:コマンドログの表示/非表示、コマンドログへのフォーカスなど)。 |
| `` P `` | プッシュ | 現在のブランチを対応するアップストリームブランチにプッシュします。アップストリームが設定されていない場合、アップストリームブランチの設定を求められます。 |
| `` p `` | プル | 現在のブランチのリモートから変更をプルします。アップストリームが設定されていない場合、アップストリームブランチの設定を求められます。 |
| `` 1 `` | Jump to side panel | |
| `` 2 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 3 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 4 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 5 `` | Jump to side panel | |
| `` ) `` | リネーム検出の類似度しきい値を上げる | 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'. |
| `` ( `` | リネーム検出の類似度しきい値を下げる | 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'. |
| `` } `` | 差分コンテキストサイズを増やす | 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'. |
Expand Down
5 changes: 5 additions & 0 deletions docs-master/keybindings/Keybindings_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
| `` @ `` | 명령어 로그 메뉴 열기 | View options for the command log e.g. show/hide the command log and focus the command log. |
| `` P `` | 푸시 | Push the current branch to its upstream branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
| `` p `` | 업데이트 | Pull changes from the remote for the current branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
| `` 1 `` | Jump to side panel | |
| `` 2 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 3 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 4 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 5 `` | Jump to side panel | |
| `` ) `` | 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'. |
| `` ( `` | 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'. |
| `` } `` | 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'. |
Expand Down
5 changes: 5 additions & 0 deletions docs-master/keybindings/Keybindings_nl.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
| `` @ `` | View command log options | View options for the command log e.g. show/hide the command log and focus the command log. |
| `` P `` | Push | Push the current branch to its upstream branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
| `` 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. |
| `` 1 `` | Jump to side panel | |
| `` 2 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 3 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 4 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 5 `` | Jump to side panel | |
| `` ) `` | 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'. |
| `` ( `` | 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'. |
| `` } `` | 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'. |
Expand Down
5 changes: 5 additions & 0 deletions docs-master/keybindings/Keybindings_pl.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ _Legenda: `<c-b>` oznacza ctrl+b, `<a-b>` oznacza alt+b, `B` oznacza shift+b_
| `` @ `` | Pokaż opcje dziennika poleceń | Pokaż opcje dla dziennika poleceń, np. pokazywanie/ukrywanie dziennika poleceń i skupienie na dzienniku poleceń. |
| `` 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. |
| `` 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. |
| `` 1 `` | Jump to side panel | |
| `` 2 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 3 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 4 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 5 `` | Jump to side panel | |
| `` ) `` | 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'. |
| `` ( `` | 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'. |
| `` } `` | Zwiększ rozmiar kontekstu w widoku różnic | 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'. |
Expand Down
5 changes: 5 additions & 0 deletions docs-master/keybindings/Keybindings_pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
| `` @ `` | View command log options | View options for the command log e.g. show/hide the command log and focus the command log. |
| `` P `` | Empurre (Push) | Faça push do branch atual para o seu branch upstream. Se nenhum upstream estiver configurado, você será solicitado a configurar um branch a montante. |
| `` p `` | Puxar (Pull) | Puxe alterações do controle remoto para o ramo atual. Se nenhum upstream estiver configurado, será solicitado configurar um ramo a montante. |
| `` 1 `` | Jump to side panel | |
| `` 2 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 3 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 4 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 5 `` | Jump to side panel | |
| `` ) `` | 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'. |
| `` ( `` | 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'. |
| `` } `` | 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'. |
Expand Down
5 changes: 5 additions & 0 deletions docs-master/keybindings/Keybindings_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ _Связки клавиш_
| `` @ `` | Открыть меню журнала команд | View options for the command log e.g. show/hide the command log and focus the command log. |
| `` P `` | Отправить изменения | Push the current branch to its upstream branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
| `` p `` | Получить и слить изменения | Pull changes from the remote for the current branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
| `` 1 `` | Jump to side panel | |
| `` 2 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 3 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 4 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 5 `` | Jump to side panel | |
| `` ) `` | 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'. |
| `` ( `` | 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'. |
| `` } `` | Увеличить размер контекста, отображаемого вокруг изменений в просмотрщике сравнении | 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'. |
Expand Down
5 changes: 5 additions & 0 deletions docs-master/keybindings/Keybindings_zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ _图例:`<c-b>` 意味着ctrl+b, `<a-b>意味着Alt+b, `B` 意味着shift+b_
| `` @ `` | 打开命令日志菜单 | 查看命令日志的选项,例如显示/隐藏命令日志以及聚焦命令日志 |
| `` P `` | 推送 | 推送当前分支到它的上游。如果上游未配置,您可以在弹窗中配置上游分支。 |
| `` p `` | 拉取 | 从当前分支的远程分支获取改动。如果上游未配置,您可以在弹窗中配置上游分支。 |
| `` 1 `` | Jump to side panel | |
| `` 2 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 3 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 4 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 5 `` | Jump to side panel | |
| `` ) `` | 提高重命名相似度阈值 | 提高将删除和添加对视为重命名所需的相似度阈值。<br><br>默认值可在配置文件中通过键 'git.renameSimilarityThreshold' 更改。 |
| `` ( `` | 降低重命名相似度阈值 | 降低将删除和添加对视为重命名所需的相似度阈值。<br><br>默认值可在配置文件中通过键 'git.renameSimilarityThreshold' 更改。 |
| `` } `` | 扩大差异视图中显示的上下文范围 | 增加差异视图中变更周围显示的上下文量。<br><br>默认值可在配置文件中通过键 'git.diffContextSize' 更改。 |
Expand Down
5 changes: 5 additions & 0 deletions docs-master/keybindings/Keybindings_zh-TW.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ _說明:`<c-b>` 表示 Ctrl+B、`<a-b>` 表示 Alt+B,`B`表示 Shift+B
| `` @ `` | 開啟命令記錄選單 | View options for the command log e.g. show/hide the command log and focus the command log. |
| `` P `` | 推送 | 推送到遠端。如果沒有設定遠端,會開啟設定視窗。 |
| `` p `` | 拉取 | 從遠端同步當前分支。如果沒有設定遠端,會開啟設定視窗。 |
| `` 1 `` | Jump to side panel | |
| `` 2 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 3 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 4 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 5 `` | Jump to side panel | |
| `` ) `` | 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'. |
| `` ( `` | 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'. |
| `` } `` | 增加差異檢視中顯示變更周圍上下文的大小 | 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'. |
Expand Down
5 changes: 5 additions & 0 deletions docs/keybindings/Keybindings_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
| `` @ `` | View command log options | View options for the command log e.g. show/hide the command log and focus the command log. |
| `` P `` | Push | Push the current branch to its upstream branch. If no upstream is configured, you will be prompted to configure an upstream branch. |
| `` 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. |
| `` 1 `` | Jump to side panel | |
| `` 2 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 3 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 4 `` | Collapse/expand side panel | When the panel is already focused, pressing the key again collapses it to a minimal size. Pressing it once more uncollapses it. The collapsed state is persisted across restarts. |
| `` 5 `` | Jump to side panel | |
| `` ) `` | 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'. |
| `` ( `` | 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'. |
| `` } `` | 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'. |
Expand Down
Loading