@@ -65,34 +65,34 @@ The keys listed in the next two tables are available in all views.
6565
6666.Movement
6767|=============================================================================
68- | Key | Action
69- | kbd:[h] | Show this help.
70- | kbd:[k], kbd:[Up] | Move cursor one line up.
71- | kbd:[j], kbd:[Down] | Move cursor one line down.
72- | kbd:[PgUp], | Move cursor one page up.
73- | kbd:[PgDown], kbd:[Space] | Move cursor one page down.
74- | kbd:[End] | Jump to last line.
75- | kbd:[Tab] | Move focus to the next view
76- | kbd:[q] | Close view, if multiple views are open it will
77- jump back to the previous view in the view stack.
78- If it is the last open view it will quit.
79- | kbd:[Home] | Jump to first line.
68+ | Key | Action
69+ | kbd:[h] | Show this help.
70+ | kbd:[k], kbd:[Up] | Move cursor one line up.
71+ | kbd:[j], kbd:[Down] | Move cursor one line down.
72+ | kbd:[PgUp], | Move cursor one page up.
73+ | kbd:[PgDown], kbd:[Space] | Move cursor one page down.
74+ | kbd:[End] | Jump to last line.
75+ | kbd:[Tab] | Move focus to the next view
76+ | kbd:[q] | Close view, if multiple views are open it will
77+ jump back to the previous view in the view stack.
78+ If it is the last open view it will quit.
79+ | kbd:[Home] | Jump to first line.
8080|=============================================================================
8181
8282.Searching
8383
8484|=============================================================================
85- | Key |Action
86- | kbd:[/] |Search the view. Opens a prompt for entering search regexp to use.
87- | kbd:[?] |Search backwards in the view. Also prompts for regexp.
88- | kbd:[n] |Find next match for the current search regexp.
89- | kbd:[N] |Find previous match for the current search regexp.
85+ | Key |Action
86+ | kbd:[/] |Search the view. Opens a prompt for entering search regexp to use.
87+ | kbd:[?] |Search backwards in the view. Also prompts for regexp.
88+ | kbd:[n] |Find next match for the current search regexp.
89+ | kbd:[N] |Find previous match for the current search regexp.
9090|=============================================================================
9191
9292=== Log View
9393
9494|=============================================================================
95- | Key | Action
95+ | Key | Action
9696| kbd:[Enter] | Open selected commit in diff view
9797| kbd:[l] | Unfold merge or follow the merge if unfolded
9898| kbd:[h] | Fold merge or go up the tree if folded
@@ -101,7 +101,7 @@ The keys listed in the next two tables are available in all views.
101101=== Diff View
102102
103103|=============================================================================
104- | Key | Action
104+ | Key | Action
105105| kbd:[Enter] | Open selected commit in diff view
106106| kbd:[{] | Jump to previous hunk
107107| kbd:[}] | Jump to next hunk
0 commit comments