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
Fix keybinding cheatsheets with regard to pipe characters in key or description
The "Cycle pagers" command wasn't rendered correctly, because it's bound to '|'
by default, but this was taked as a table column delimiter. Fix this by escaping
the pipe character.
A similar thing could happen for the description or tooltip (and did in fact,
for a tooltip in the russion translation), so escape those too just to be sure.
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_en.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
24
24
|`` R ``| Refresh | Refresh the git state (i.e. run `git status`, `git branch`, etc in background to update the contents of panels). This does not run `git fetch`. |
25
25
|`` + ``| Next screen mode (normal/half/fullscreen) ||
26
26
|`` _ ``| Prev screen mode ||
27
-
| `` | `` | Cycle pagers | Choose the next pager in the list of configured pagers |
27
+
|``\| ``| Cycle pagers | Choose the next pager in the list of configured pagers |
28
28
|`` <esc> ``| Cancel ||
29
29
|`` ? ``| Open keybindings menu ||
30
30
|`` <c-s> ``| View filter options | View options for filtering the commit log, so that only commits matching the filter are shown. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_ko.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
24
24
|`` R ``| 새로고침 | Refresh the git state (i.e. run `git status`, `git branch`, etc in background to update the contents of panels). This does not run `git fetch`. |
25
25
|`` + ``| 다음 스크린 모드 (normal/half/fullscreen) ||
26
26
|`` _ ``| 이전 스크린 모드 ||
27
-
| `` | `` | Cycle pagers | Choose the next pager in the list of configured pagers |
27
+
|``\| ``| Cycle pagers | Choose the next pager in the list of configured pagers |
28
28
|`` <esc> ``| 취소 ||
29
29
|`` ? ``| 매뉴 열기 ||
30
30
|`` <c-s> ``| View filter-by-path options | View options for filtering the commit log, so that only commits matching the filter are shown. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_nl.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
24
24
|`` R ``| Verversen | Refresh the git state (i.e. run `git status`, `git branch`, etc in background to update the contents of panels). This does not run `git fetch`. |
25
25
|`` + ``| Volgende scherm modus (normaal/half/groot) ||
26
26
|`` _ ``| Vorige scherm modus ||
27
-
| `` | `` | Cycle pagers | Choose the next pager in the list of configured pagers |
27
+
|``\| ``| Cycle pagers | Choose the next pager in the list of configured pagers |
28
28
|`` <esc> ``| Annuleren ||
29
29
|`` ? ``| Open menu ||
30
30
|`` <c-s> ``| Bekijk scoping opties | View options for filtering the commit log, so that only commits matching the filter are shown. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_pl.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ _Legenda: `<c-b>` oznacza ctrl+b, `<a-b>` oznacza alt+b, `B` oznacza shift+b_
24
24
|`` R ``| Odśwież | Odśwież stan git (tj. uruchom `git status`, `git branch`, itp. w tle, aby zaktualizować zawartość paneli). To nie uruchamia `git fetch`. |
25
25
|`` + ``| Następny tryb ekranu (normalny/półpełny/pełnoekranowy) ||
26
26
|`` _ ``| Poprzedni tryb ekranu ||
27
-
| `` | `` | Cycle pagers | Choose the next pager in the list of configured pagers |
27
+
|``\| ``| Cycle pagers | Choose the next pager in the list of configured pagers |
28
28
|`` <esc> ``| Anuluj ||
29
29
|`` ? ``| Otwórz menu przypisań klawiszy ||
30
30
|`` <c-s> ``| Pokaż opcje filtrowania | Pokaż opcje filtrowania dziennika commitów, tak aby pokazywane były tylko commity pasujące do filtra. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_pt.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
24
24
|`` R ``| Atualizar | Atualize o estado do git (ou seja, execute `git status`, `git branch`, etc em segundo plano para atualizar o conteúdo de painéis). Isso não executa `git fetch`. |
25
25
|`` + ``| Next screen mode (normal/half/fullscreen) ||
26
26
|`` _ ``| Prev screen mode ||
27
-
| `` | `` | Cycle pagers | Choose the next pager in the list of configured pagers |
27
+
|``\| ``| Cycle pagers | Choose the next pager in the list of configured pagers |
28
28
|`` <esc> ``| Cancelar ||
29
29
|`` ? ``| Open keybindings menu ||
30
30
|`` <c-s> ``| View filter options | View options for filtering the commit log, so that only commits matching the filter are shown. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_ru.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ _Связки клавиш_
24
24
|`` R ``| Обновить | Refresh the git state (i.e. run `git status`, `git branch`, etc in background to update the contents of panels). This does not run `git fetch`. |
25
25
|`` + ``| Следующий режим экрана (нормальный/полуэкранный/полноэкранный) ||
26
26
|`` _ ``| Предыдущий режим экрана ||
27
-
| `` | `` | Cycle pagers | Choose the next pager in the list of configured pagers |
27
+
|``\| ``| Cycle pagers | Choose the next pager in the list of configured pagers |
28
28
|`` <esc> ``| Отменить ||
29
29
|`` ? ``| Открыть меню ||
30
30
|`` <c-s> ``| Просмотреть параметры фильтрации по пути | View options for filtering the commit log, so that only commits matching the filter are shown. |
@@ -153,7 +153,7 @@ _Связки клавиш_
153
153
|`` N ``| Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.<br><br>Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
154
154
|`` g ``| Просмотреть параметры сброса | View reset options (soft/mixed/hard) for resetting onto selected item. |
155
155
|`` C ``| Скопировать отобранные коммит (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
|`` b ``| Просмотреть параметры бинарного поиска ||
171
171
|`` s ``| Объединить коммиты (Squash) | Squash the selected commit into the commit below it. The selected commit's message will be appended to the commit below it. |
172
172
|`` f ``| Объединить несколько коммитов в один отбросив сообщение коммита (Fixup) | Meld the selected commit into the commit below it. Similar to squash, but the selected commit's message will be discarded. |
@@ -259,7 +259,7 @@ _Связки клавиш_
259
259
|`` N ``| Move commits to new branch | Create a new branch and move the unpushed commits of the current branch to it. Useful if you meant to start new work and forgot to create a new branch first.<br><br>Note that this disregards the selection, the new branch is always created either from the main branch or stacked on top of the current branch (you get to choose which). |
260
260
|`` g ``| Просмотреть параметры сброса | View reset options (soft/mixed/hard) for resetting onto selected item. |
261
261
|`` C ``| Скопировать отобранные коммит (cherry-pick) | Mark commit as copied. Then, within the local commits view, you can press `V` to paste (cherry-pick) the copied commit(s) into your checked out branch. At any time you can press `<esc>` to cancel the selection. |
|`` R ``| 重新整理 | Refresh the git state (i.e. run `git status`, `git branch`, etc in background to update the contents of panels). This does not run `git fetch`. |
25
25
|`` + ``| 下一個螢幕模式(常規/半螢幕/全螢幕) ||
26
26
|`` _ ``| 上一個螢幕模式 ||
27
-
| `` | `` | Cycle pagers | Choose the next pager in the list of configured pagers |
27
+
|``\| ``| Cycle pagers | Choose the next pager in the list of configured pagers |
28
28
|`` <esc> ``| 取消 ||
29
29
|`` ? ``| 開啟選單 ||
30
30
|`` <c-s> ``| 檢視篩選路徑選項 | View options for filtering the commit log, so that only commits matching the filter are shown. |
0 commit comments