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
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_en.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,8 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
22
22
|`` <c-p> ``| View custom patch options ||
23
23
|`` m ``| View merge/rebase options | View options to abort/continue/skip the current merge/rebase. |
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
-
|`` + ``| Next screen mode (normal/half/fullscreen) ||
26
-
|`` _ ``| Prev screen mode||
25
+
|`` + ``| Next panel size (normal/half/fullscreen) ||
26
+
|`` _ ``| Prev panel size||
27
27
|`` ? ``| Open keybindings menu ||
28
28
|`` <c-s> ``| View filter options | View options for filtering the commit log, so that only commits matching the filter are shown. |
29
29
|`` W ``| View diffing options | View options relating to diffing two refs e.g. diffing against selected ref, entering ref to diff against, and reversing the diff direction. |
flaggy.String(&customConfigFile, "ucf", "use-config-file", "Comma separated list to custom config file(s)")
212
212
213
-
screenMode:=""
214
-
flaggy.String(&screenMode, "sm", "screen-mode", "The initial screen-mode, which determines the size of the focused panel. Valid options: 'normal' (default), 'half', 'full'")
213
+
PanelSize:=""
214
+
flaggy.String(&PanelSize, "ps", "panel-size", "The initial size of the focused panel. Valid options: 'normal' (default), 'half', 'full'")
0 commit comments