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-master/keybindings/Keybindings_en.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
71
71
|`` - ``| Collapse all files | Collapse all directories in the files tree |
72
72
|`` = ``| Expand all files | Expand all directories in the file tree |
73
73
|`` 0 ``| Focus main view ||
74
+
|`` 9 ``| Focus secondary view ||
74
75
|`` / ``| Filter the current view by text ||
75
76
76
77
## Commit summary
@@ -118,6 +119,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
118
119
|`` <c-t> ``| Open external diff tool (git difftool) ||
119
120
|`` * ``| Select commits of current branch ||
120
121
|`` 0 ``| Focus main view ||
122
+
|`` 9 ``| Focus secondary view ||
121
123
|`` <enter> ``| View files ||
122
124
|`` w ``| View worktree options ||
123
125
|`` / ``| Search the current view by text ||
@@ -161,6 +163,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
161
163
|`` - ``| Collapse all files | Collapse all directories in the files tree |
162
164
|`` = ``| Expand all files | Expand all directories in the file tree |
163
165
|`` 0 ``| Focus main view ||
166
+
|`` 9 ``| Focus secondary view ||
164
167
|`` / ``| Filter the current view by text ||
165
168
166
169
## Input prompt
@@ -197,6 +200,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
197
200
|`` u ``| View upstream options | View options relating to the branch's upstream e.g. setting/unsetting the upstream and resetting to the upstream. |
198
201
|`` <c-t> ``| Open external diff tool (git difftool) ||
199
202
|`` 0 ``| Focus main view ||
203
+
|`` 9 ``| Focus secondary view ||
200
204
|`` <enter> ``| View commits ||
201
205
|`` w ``| View worktree options ||
202
206
|`` / ``| Filter the current view by text ||
@@ -226,6 +230,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
226
230
|`` <tab> ``| Switch view | Switch to other view (staged/unstaged changes). |
227
231
|`` <esc> ``| Exit back to side panel ||
228
232
|`` 0 ``| Focus main view ||
233
+
|`` 9 ``| Focus secondary view ||
229
234
|`` / ``| Search the current view by text ||
230
235
231
236
## Main panel (patch building)
@@ -290,6 +295,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
290
295
|`` <c-t> ``| Open external diff tool (git difftool) ||
291
296
|`` * ``| Select commits of current branch ||
292
297
|`` 0 ``| Focus main view ||
298
+
|`` 9 ``| Focus secondary view ||
293
299
|`` <enter> ``| View commits ||
294
300
|`` w ``| View worktree options ||
295
301
|`` / ``| Filter the current view by text ||
@@ -309,6 +315,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
309
315
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
310
316
|`` <c-t> ``| Open external diff tool (git difftool) ||
311
317
|`` 0 ``| Focus main view ||
318
+
|`` 9 ``| Focus secondary view ||
312
319
|`` <enter> ``| View commits ||
313
320
|`` w ``| View worktree options ||
314
321
|`` / ``| Filter the current view by text ||
@@ -332,6 +339,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
332
339
|`` <tab> ``| Switch view | Switch to other view (staged/unstaged changes). |
333
340
|`` <esc> ``| Exit back to side panel ||
334
341
|`` 0 ``| Focus main view ||
342
+
|`` 9 ``| Focus secondary view ||
335
343
|`` / ``| Search the current view by text ||
336
344
337
345
## Stash
@@ -344,6 +352,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
344
352
|`` n ``| New branch | Create a new branch from the selected stash entry. This works by git checking out the commit that the stash entry was created from, creating a new branch from that commit, then applying the stash entry to the new branch as an additional commit. |
345
353
|`` r ``| Rename stash ||
346
354
|`` 0 ``| Focus main view ||
355
+
|`` 9 ``| Focus secondary view ||
347
356
|`` <enter> ``| View files ||
348
357
|`` w ``| View worktree options ||
349
358
|`` / ``| Filter the current view by text ||
@@ -359,6 +368,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
359
368
|`` a ``| Show/cycle all branch logs ||
360
369
|`` A ``| Show/cycle all branch logs (reverse) ||
361
370
|`` 0 ``| Focus main view ||
371
+
|`` 9 ``| Focus secondary view ||
362
372
363
373
## Sub-commits
364
374
@@ -376,6 +386,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
376
386
|`` <c-t> ``| Open external diff tool (git difftool) ||
377
387
|`` * ``| Select commits of current branch ||
378
388
|`` 0 ``| Focus main view ||
389
+
|`` 9 ``| Focus secondary view ||
379
390
|`` <enter> ``| View files ||
380
391
|`` w ``| View worktree options ||
381
392
|`` / ``| Search the current view by text ||
@@ -406,6 +417,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
406
417
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
407
418
|`` <c-t> ``| Open external diff tool (git difftool) ||
Copy file name to clipboardExpand all lines: docs-master/keybindings/Keybindings_ko.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,6 +76,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
76
76
|`` <c-t> ``| Open external diff tool (git difftool) ||
77
77
|`` * ``| Select commits of current branch ||
78
78
|`` 0 ``| Focus main view ||
79
+
|`` 9 ``| Focus secondary view ||
79
80
|`` <enter> ``| 커밋 보기 ||
80
81
|`` w ``| View worktree options ||
81
82
|`` / ``| Filter the current view by text ||
@@ -87,6 +88,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
87
88
|`` <tab> ``| 패널 전환 | Switch to other view (staged/unstaged changes). |
88
89
|`` <esc> ``| Exit back to side panel ||
89
90
|`` 0 ``| Focus main view ||
91
+
|`` 9 ``| Focus secondary view ||
90
92
|`` / ``| 검색 시작 ||
91
93
92
94
## Stash
@@ -99,6 +101,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
99
101
|`` n ``| 새 브랜치 생성 | Create a new branch from the selected stash entry. This works by git checking out the commit that the stash entry was created from, creating a new branch from that commit, then applying the stash entry to the new branch as an additional commit. |
100
102
|`` r ``| Rename stash ||
101
103
|`` 0 ``| Focus main view ||
104
+
|`` 9 ``| Focus secondary view ||
102
105
|`` <enter> ``| View selected item's files ||
103
106
|`` w ``| View worktree options ||
104
107
|`` / ``| Filter the current view by text ||
@@ -119,6 +122,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
119
122
|`` <c-t> ``| Open external diff tool (git difftool) ||
120
123
|`` * ``| Select commits of current branch ||
121
124
|`` 0 ``| Focus main view ||
125
+
|`` 9 ``| Focus secondary view ||
122
126
|`` <enter> ``| View selected item's files ||
123
127
|`` w ``| View worktree options ||
124
128
|`` / ``| 검색 시작 ||
@@ -166,6 +170,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
166
170
|`` <tab> ``| 패널 전환 | Switch to other view (staged/unstaged changes). |
167
171
|`` <esc> ``| Exit back to side panel ||
168
172
|`` 0 ``| Focus main view ||
173
+
|`` 9 ``| Focus secondary view ||
169
174
|`` / ``| 검색 시작 ||
170
175
171
176
## 메인 패널 (Patch Building)
@@ -233,6 +238,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
233
238
|`` u ``| View upstream options | View options relating to the branch's upstream e.g. setting/unsetting the upstream and resetting to the upstream. |
234
239
|`` <c-t> ``| Open external diff tool (git difftool) ||
235
240
|`` 0 ``| Focus main view ||
241
+
|`` 9 ``| Focus secondary view ||
236
242
|`` <enter> ``| 커밋 보기 ||
237
243
|`` w ``| View worktree options ||
238
244
|`` / ``| Filter the current view by text ||
@@ -248,6 +254,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
248
254
|`` a ``| Show/cycle all branch logs ||
249
255
|`` A ``| Show/cycle all branch logs (reverse) ||
250
256
|`` 0 ``| Focus main view ||
257
+
|`` 9 ``| Focus secondary view ||
251
258
252
259
## 서브모듈
253
260
@@ -290,6 +297,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
290
297
|`` g ``| View reset options | View reset options (soft/mixed/hard) for resetting onto selected item. |
291
298
|`` <c-t> ``| Open external diff tool (git difftool) ||
292
299
|`` 0 ``| Focus main view ||
300
+
|`` 9 ``| Focus secondary view ||
293
301
|`` <enter> ``| 커밋 보기 ||
294
302
|`` w ``| View worktree options ||
295
303
|`` / ``| Filter the current view by text ||
@@ -332,6 +340,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
332
340
|`` <c-t> ``| Open external diff tool (git difftool) ||
333
341
|`` * ``| Select commits of current branch ||
334
342
|`` 0 ``| Focus main view ||
343
+
|`` 9 ``| Focus secondary view ||
335
344
|`` <enter> ``| View selected item's files ||
336
345
|`` w ``| View worktree options ||
337
346
|`` / ``| 검색 시작 ||
@@ -354,6 +363,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
354
363
|`` - ``| Collapse all files | Collapse all directories in the files tree |
355
364
|`` = ``| Expand all files | Expand all directories in the file tree |
356
365
|`` 0 ``| Focus main view ||
366
+
|`` 9 ``| Focus secondary view ||
357
367
|`` / ``| Filter the current view by text ||
358
368
359
369
## 커밋메시지
@@ -375,6 +385,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
375
385
|`` g ``| 초기화 | View reset options (soft/mixed/hard) for resetting onto selected item. |
376
386
|`` <c-t> ``| Open external diff tool (git difftool) ||
377
387
|`` 0 ``| Focus main view ||
388
+
|`` 9 ``| Focus secondary view ||
378
389
|`` <enter> ``| 커밋 보기 ||
379
390
|`` w ``| View worktree options ||
380
391
|`` / ``| Filter the current view by text ||
@@ -410,6 +421,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
410
421
|`` - ``| Collapse all files | Collapse all directories in the files tree |
411
422
|`` = ``| Expand all files | Expand all directories in the file tree |
0 commit comments