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
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
68
68
|`` ` ``| Toggle file tree view | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
69
69
|`` - ``| Collapse all files | Collapse all directories in the files tree |
70
70
|`` = ``| Expand all files | Expand all directories in the file tree |
71
+
|`` 0 ``| Focus main view ||
71
72
|`` / ``| Search the current view by text ||
72
73
73
74
## Commit summary
@@ -111,6 +112,7 @@ If you would instead like to start an interactive rebase from the selected commi
111
112
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
112
113
|`` C ``| Copy (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. |
113
114
|`` <c-t> ``| Open external diff tool (git difftool) ||
115
+
|`` 0 ``| Focus main view ||
114
116
|`` <enter> ``| View files ||
115
117
|`` w ``| View worktree options ||
116
118
|`` / ``| Search the current view by text ||
@@ -152,6 +154,7 @@ If you would instead like to start an interactive rebase from the selected commi
152
154
|`` f ``| Fetch | Fetch changes from remote. |
153
155
|`` - ``| Collapse all files | Collapse all directories in the files tree |
154
156
|`` = ``| Expand all files | Expand all directories in the file tree |
157
+
|`` 0 ``| Focus main view ||
155
158
|`` / ``| Search the current view by text ||
156
159
157
160
## Local branches
@@ -177,6 +180,7 @@ If you would instead like to start an interactive rebase from the selected commi
177
180
|`` R ``| Rename branch ||
178
181
|`` u ``| View upstream options | View options relating to the branch's upstream e.g. setting/unsetting the upstream and resetting to the upstream. |
179
182
|`` <c-t> ``| Open external diff tool (git difftool) ||
183
+
|`` 0 ``| Focus main view ||
180
184
|`` <enter> ``| View commits ||
181
185
|`` w ``| View worktree options ||
182
186
|`` / ``| Filter the current view by text ||
@@ -203,6 +207,8 @@ If you would instead like to start an interactive rebase from the selected commi
203
207
|-----|--------|-------------|
204
208
|`` mouse wheel down (fn+up) ``| Scroll down ||
205
209
|`` mouse wheel up (fn+down) ``| Scroll up ||
210
+
|`` <tab> ``| Switch view | Switch to other view (staged/unstaged changes). |
211
+
|`` <esc> ``| Exit back to side panel ||
206
212
207
213
## Main panel (patch building)
208
214
@@ -262,6 +268,7 @@ If you would instead like to start an interactive rebase from the selected commi
262
268
|`` C ``| Copy (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. |
|`` <c-t> ``| Open external diff tool (git difftool) ||
271
+
|`` 0 ``| Focus main view ||
265
272
|`` <enter> ``| View commits ||
266
273
|`` w ``| View worktree options ||
267
274
|`` / ``| Filter the current view by text ||
@@ -280,6 +287,7 @@ If you would instead like to start an interactive rebase from the selected commi
280
287
|`` s ``| Sort order ||
281
288
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
282
289
|`` <c-t> ``| Open external diff tool (git difftool) ||
290
+
|`` 0 ``| Focus main view ||
283
291
|`` <enter> ``| View commits ||
284
292
|`` w ``| View worktree options ||
285
293
|`` / ``| Filter the current view by text ||
@@ -295,6 +303,13 @@ If you would instead like to start an interactive rebase from the selected commi
295
303
|`` f ``| Fetch | Fetch updates from the remote repository. This retrieves new commits and branches without merging them into your local branches. |
296
304
|`` / ``| Filter the current view by text ||
297
305
306
+
## Secondary
307
+
308
+
| Key | Action | Info |
309
+
|-----|--------|-------------|
310
+
|`` <tab> ``| Switch view | Switch to other view (staged/unstaged changes). |
311
+
|`` <esc> ``| Exit back to side panel ||
312
+
298
313
## Stash
299
314
300
315
| Key | Action | Info |
@@ -304,6 +319,7 @@ If you would instead like to start an interactive rebase from the selected commi
304
319
|`` d ``| Drop | Remove the stash entry from the stash list. |
305
320
|`` 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. |
306
321
|`` r ``| Rename stash ||
322
+
|`` 0 ``| Focus main view ||
307
323
|`` <enter> ``| View files ||
308
324
|`` w ``| View worktree options ||
309
325
|`` / ``| Filter the current view by text ||
@@ -331,6 +347,7 @@ If you would instead like to start an interactive rebase from the selected commi
331
347
|`` C ``| Copy (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. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_ja.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,13 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
51
51
|`` ] ``| 次のタブ ||
52
52
|`` [ ``| 前のタブ ||
53
53
54
+
## Secondary
55
+
56
+
| Key | Action | Info |
57
+
|-----|--------|-------------|
58
+
|`` <tab> ``| パネルを切り替え | Switch to other view (staged/unstaged changes). |
59
+
|`` <esc> ``| Exit back to side panel ||
60
+
54
61
## Stash
55
62
56
63
| Key | Action | Info |
@@ -60,6 +67,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
60
67
|`` d ``| Drop | Remove the stash entry from the stash list. |
61
68
|`` 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. |
62
69
|`` r ``| Stashを変更 ||
70
+
|`` 0 ``| Focus main view ||
63
71
|`` <enter> ``| View files ||
64
72
|`` w ``| View worktree options ||
65
73
|`` / ``| Filter the current view by text ||
@@ -77,6 +85,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
77
85
|`` 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. |
|`` <c-t> ``| Open external diff tool (git difftool) ||
88
+
|`` 0 ``| Focus main view ||
80
89
|`` <enter> ``| View files ||
81
90
|`` w ``| View worktree options ||
82
91
|`` / ``| 検索を開始 ||
@@ -125,6 +134,7 @@ If you would instead like to start an interactive rebase from the selected commi
125
134
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
126
135
|`` 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. |
127
136
|`` <c-t> ``| Open external diff tool (git difftool) ||
137
+
|`` 0 ``| Focus main view ||
128
138
|`` <enter> ``| View files ||
129
139
|`` w ``| View worktree options ||
130
140
|`` / ``| 検索を開始 ||
@@ -146,6 +156,7 @@ If you would instead like to start an interactive rebase from the selected commi
146
156
|`` ` ``| ファイルツリーの表示を切り替え | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
147
157
|`` - ``| Collapse all files | Collapse all directories in the files tree |
148
158
|`` = ``| Expand all files | Expand all directories in the file tree |
159
+
|`` 0 ``| Focus main view ||
149
160
|`` / ``| 検索を開始 ||
150
161
151
162
## コミットメッセージ
@@ -190,6 +201,7 @@ If you would instead like to start an interactive rebase from the selected commi
190
201
|`` P ``| タグをpush | Push the selected tag to a remote. You'll be prompted to select a remote. |
191
202
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
192
203
|`` <c-t> ``| Open external diff tool (git difftool) ||
204
+
|`` 0 ``| Focus main view ||
193
205
|`` <enter> ``| コミットを閲覧 ||
194
206
|`` w ``| View worktree options ||
195
207
|`` / ``| Filter the current view by text ||
@@ -224,6 +236,7 @@ If you would instead like to start an interactive rebase from the selected commi
224
236
|`` f ``| Fetch | Fetch changes from remote. |
225
237
|`` - ``| Collapse all files | Collapse all directories in the files tree |
226
238
|`` = ``| Expand all files | Expand all directories in the file tree |
239
+
|`` 0 ``| Focus main view ||
227
240
|`` / ``| 検索を開始 ||
228
241
229
242
## ブランチ
@@ -249,6 +262,7 @@ If you would instead like to start an interactive rebase from the selected commi
249
262
|`` R ``| ブランチ名を変更 ||
250
263
|`` u ``| View upstream options | View options relating to the branch's upstream e.g. setting/unsetting the upstream and resetting to the upstream. |
251
264
|`` <c-t> ``| Open external diff tool (git difftool) ||
265
+
|`` 0 ``| Focus main view ||
252
266
|`` <enter> ``| コミットを閲覧 ||
253
267
|`` w ``| View worktree options ||
254
268
|`` / ``| Filter the current view by text ||
@@ -275,6 +289,8 @@ If you would instead like to start an interactive rebase from the selected commi
275
289
|-----|--------|-------------|
276
290
|`` mouse wheel down (fn+up) ``| 下にスクロール ||
277
291
|`` mouse wheel up (fn+down) ``| 上にスクロール ||
292
+
|`` <tab> ``| パネルを切り替え | Switch to other view (staged/unstaged changes). |
293
+
|`` <esc> ``| Exit back to side panel ||
278
294
279
295
## メインパネル (Patch Building)
280
296
@@ -346,6 +362,7 @@ If you would instead like to start an interactive rebase from the selected commi
346
362
|`` s ``| 並び替え ||
347
363
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
348
364
|`` <c-t> ``| Open external diff tool (git difftool) ||
365
+
|`` 0 ``| Focus main view ||
349
366
|`` <enter> ``| コミットを閲覧 ||
350
367
|`` w ``| View worktree options ||
351
368
|`` / ``| Filter the current view by text ||
@@ -363,6 +380,7 @@ If you would instead like to start an interactive rebase from the selected commi
363
380
|`` 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. |
Copy file name to clipboardExpand all lines: docs/keybindings/Keybindings_ko.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -64,10 +64,18 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
64
64
|`` 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. |
|`` <c-t> ``| Open external diff tool (git difftool) ||
67
+
|`` 0 ``| Focus main view ||
67
68
|`` <enter> ``| 커밋 보기 ||
68
69
|`` w ``| View worktree options ||
69
70
|`` / ``| Filter the current view by text ||
70
71
72
+
## Secondary
73
+
74
+
| Key | Action | Info |
75
+
|-----|--------|-------------|
76
+
|`` <tab> ``| 패널 전환 | Switch to other view (staged/unstaged changes). |
77
+
|`` <esc> ``| Exit back to side panel ||
78
+
71
79
## Stash
72
80
73
81
| Key | Action | Info |
@@ -77,6 +85,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
77
85
|`` d ``| Drop | Remove the stash entry from the stash list. |
78
86
|`` 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. |
79
87
|`` r ``| Rename stash ||
88
+
|`` 0 ``| Focus main view ||
80
89
|`` <enter> ``| View selected item's files ||
81
90
|`` w ``| View worktree options ||
82
91
|`` / ``| Filter the current view by text ||
@@ -94,6 +103,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
94
103
|`` 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. |
|`` <c-t> ``| Open external diff tool (git difftool) ||
106
+
|`` 0 ``| Focus main view ||
97
107
|`` <enter> ``| View selected item's files ||
98
108
|`` w ``| View worktree options ||
99
109
|`` / ``| 검색 시작 ||
@@ -138,6 +148,8 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
138
148
|-----|--------|-------------|
139
149
|`` mouse wheel down (fn+up) ``| 아래로 스크롤 ||
140
150
|`` mouse wheel up (fn+down) ``| 위로 스크롤 ||
151
+
|`` <tab> ``| 패널 전환 | Switch to other view (staged/unstaged changes). |
152
+
|`` <esc> ``| Exit back to side panel ||
141
153
142
154
## 메인 패널 (Patch Building)
143
155
@@ -199,6 +211,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
199
211
|`` R ``| 브랜치 이름 변경 ||
200
212
|`` u ``| View upstream options | View options relating to the branch's upstream e.g. setting/unsetting the upstream and resetting to the upstream. |
201
213
|`` <c-t> ``| Open external diff tool (git difftool) ||
214
+
|`` 0 ``| Focus main view ||
202
215
|`` <enter> ``| 커밋 보기 ||
203
216
|`` w ``| View worktree options ||
204
217
|`` / ``| Filter the current view by text ||
@@ -252,6 +265,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
252
265
|`` s ``| Sort order ||
253
266
|`` g ``| View reset options | View reset options (soft/mixed/hard) for resetting onto selected item. |
254
267
|`` <c-t> ``| Open external diff tool (git difftool) ||
268
+
|`` 0 ``| Focus main view ||
255
269
|`` <enter> ``| 커밋 보기 ||
256
270
|`` w ``| View worktree options ||
257
271
|`` / ``| Filter the current view by text ||
@@ -290,6 +304,7 @@ If you would instead like to start an interactive rebase from the selected commi
290
304
|`` g ``| View reset options | View reset options (soft/mixed/hard) for resetting onto selected item. |
291
305
|`` 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. |
292
306
|`` <c-t> ``| Open external diff tool (git difftool) ||
307
+
|`` 0 ``| Focus main view ||
293
308
|`` <enter> ``| View selected item's files ||
294
309
|`` w ``| View worktree options ||
295
310
|`` / ``| 검색 시작 ||
@@ -311,6 +326,7 @@ If you would instead like to start an interactive rebase from the selected commi
311
326
|`` ` ``| 파일 트리뷰로 전환 | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
312
327
|`` - ``| Collapse all files | Collapse all directories in the files tree |
313
328
|`` = ``| Expand all files | Expand all directories in the file tree |
329
+
|`` 0 ``| Focus main view ||
314
330
|`` / ``| 검색 시작 ||
315
331
316
332
## 커밋메시지
@@ -331,6 +347,7 @@ If you would instead like to start an interactive rebase from the selected commi
331
347
|`` P ``| 태그를 push | Push the selected tag to a remote. You'll be prompted to select a remote. |
332
348
|`` g ``| 초기화 | View reset options (soft/mixed/hard) for resetting onto selected item. |
333
349
|`` <c-t> ``| Open external diff tool (git difftool) ||
350
+
|`` 0 ``| Focus main view ||
334
351
|`` <enter> ``| 커밋 보기 ||
335
352
|`` w ``| View worktree options ||
336
353
|`` / ``| Filter the current view by text ||
@@ -365,6 +382,7 @@ If you would instead like to start an interactive rebase from the selected commi
365
382
|`` f ``| Fetch | Fetch changes from remote. |
366
383
|`` - ``| Collapse all files | Collapse all directories in the files tree |
367
384
|`` = ``| Expand all files | Expand all directories in the file tree |
0 commit comments