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
@@ -112,6 +113,7 @@ If you would instead like to start an interactive rebase from the selected commi
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) ||
114
115
|`` * ``| Select commits of current branch ||
116
+
|`` 0 ``| Focus main view ||
115
117
|`` <enter> ``| View files ||
116
118
|`` w ``| View worktree options ||
117
119
|`` / ``| Search the current view by text ||
@@ -153,6 +155,7 @@ If you would instead like to start an interactive rebase from the selected commi
153
155
|`` f ``| Fetch | Fetch changes from remote. |
154
156
|`` - ``| Collapse all files | Collapse all directories in the files tree |
155
157
|`` = ``| Expand all files | Expand all directories in the file tree |
158
+
|`` 0 ``| Focus main view ||
156
159
|`` / ``| Search the current view by text ||
157
160
158
161
## Local branches
@@ -178,6 +181,7 @@ If you would instead like to start an interactive rebase from the selected commi
178
181
|`` R ``| Rename branch ||
179
182
|`` u ``| View upstream options | View options relating to the branch's upstream e.g. setting/unsetting the upstream and resetting to the upstream. |
180
183
|`` <c-t> ``| Open external diff tool (git difftool) ||
184
+
|`` 0 ``| Focus main view ||
181
185
|`` <enter> ``| View commits ||
182
186
|`` w ``| View worktree options ||
183
187
|`` / ``| Filter the current view by text ||
@@ -204,6 +208,8 @@ If you would instead like to start an interactive rebase from the selected commi
204
208
|-----|--------|-------------|
205
209
|`` mouse wheel down (fn+up) ``| Scroll down ||
206
210
|`` mouse wheel up (fn+down) ``| Scroll up ||
211
+
|`` <tab> ``| Switch view | Switch to other view (staged/unstaged changes). |
212
+
|`` <esc> ``| Exit back to side panel ||
207
213
208
214
## Main panel (patch building)
209
215
@@ -264,6 +270,7 @@ If you would instead like to start an interactive rebase from the selected commi
|`` <c-t> ``| Open external diff tool (git difftool) ||
266
272
|`` * ``| Select commits of current branch ||
273
+
|`` 0 ``| Focus main view ||
267
274
|`` <enter> ``| View commits ||
268
275
|`` w ``| View worktree options ||
269
276
|`` / ``| Filter the current view by text ||
@@ -282,6 +289,7 @@ If you would instead like to start an interactive rebase from the selected commi
282
289
|`` s ``| Sort order ||
283
290
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
284
291
|`` <c-t> ``| Open external diff tool (git difftool) ||
292
+
|`` 0 ``| Focus main view ||
285
293
|`` <enter> ``| View commits ||
286
294
|`` w ``| View worktree options ||
287
295
|`` / ``| Filter the current view by text ||
@@ -297,6 +305,13 @@ If you would instead like to start an interactive rebase from the selected commi
297
305
|`` f ``| Fetch | Fetch updates from the remote repository. This retrieves new commits and branches without merging them into your local branches. |
298
306
|`` / ``| Filter the current view by text ||
299
307
308
+
## Secondary
309
+
310
+
| Key | Action | Info |
311
+
|-----|--------|-------------|
312
+
|`` <tab> ``| Switch view | Switch to other view (staged/unstaged changes). |
313
+
|`` <esc> ``| Exit back to side panel ||
314
+
300
315
## Stash
301
316
302
317
| Key | Action | Info |
@@ -306,6 +321,7 @@ If you would instead like to start an interactive rebase from the selected commi
306
321
|`` d ``| Drop | Remove the stash entry from the stash list. |
307
322
|`` 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. |
308
323
|`` r ``| Rename stash ||
324
+
|`` 0 ``| Focus main view ||
309
325
|`` <enter> ``| View files ||
310
326
|`` w ``| View worktree options ||
311
327
|`` / ``| Filter the current view by text ||
@@ -334,6 +350,7 @@ If you would instead like to start an interactive rebase from the selected commi
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 ||
@@ -78,6 +86,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
|`` <c-t> ``| Open external diff tool (git difftool) ||
80
88
|`` * ``| Select commits of current branch ||
89
+
|`` 0 ``| Focus main view ||
81
90
|`` <enter> ``| View files ||
82
91
|`` w ``| View worktree options ||
83
92
|`` / ``| 検索を開始 ||
@@ -127,6 +136,7 @@ If you would instead like to start an interactive rebase from the selected commi
127
136
|`` 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. |
128
137
|`` <c-t> ``| Open external diff tool (git difftool) ||
129
138
|`` * ``| Select commits of current branch ||
139
+
|`` 0 ``| Focus main view ||
130
140
|`` <enter> ``| View files ||
131
141
|`` w ``| View worktree options ||
132
142
|`` / ``| 検索を開始 ||
@@ -148,6 +158,7 @@ If you would instead like to start an interactive rebase from the selected commi
148
158
|`` ` ``| ファイルツリーの表示を切り替え | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
149
159
|`` - ``| Collapse all files | Collapse all directories in the files tree |
150
160
|`` = ``| Expand all files | Expand all directories in the file tree |
161
+
|`` 0 ``| Focus main view ||
151
162
|`` / ``| 検索を開始 ||
152
163
153
164
## コミットメッセージ
@@ -192,6 +203,7 @@ If you would instead like to start an interactive rebase from the selected commi
192
203
|`` P ``| タグをpush | Push the selected tag to a remote. You'll be prompted to select a remote. |
193
204
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
194
205
|`` <c-t> ``| Open external diff tool (git difftool) ||
206
+
|`` 0 ``| Focus main view ||
195
207
|`` <enter> ``| コミットを閲覧 ||
196
208
|`` w ``| View worktree options ||
197
209
|`` / ``| Filter the current view by text ||
@@ -226,6 +238,7 @@ If you would instead like to start an interactive rebase from the selected commi
226
238
|`` f ``| Fetch | Fetch changes from remote. |
227
239
|`` - ``| Collapse all files | Collapse all directories in the files tree |
228
240
|`` = ``| Expand all files | Expand all directories in the file tree |
241
+
|`` 0 ``| Focus main view ||
229
242
|`` / ``| 検索を開始 ||
230
243
231
244
## ブランチ
@@ -251,6 +264,7 @@ If you would instead like to start an interactive rebase from the selected commi
251
264
|`` R ``| ブランチ名を変更 ||
252
265
|`` u ``| View upstream options | View options relating to the branch's upstream e.g. setting/unsetting the upstream and resetting to the upstream. |
253
266
|`` <c-t> ``| Open external diff tool (git difftool) ||
267
+
|`` 0 ``| Focus main view ||
254
268
|`` <enter> ``| コミットを閲覧 ||
255
269
|`` w ``| View worktree options ||
256
270
|`` / ``| Filter the current view by text ||
@@ -277,6 +291,8 @@ If you would instead like to start an interactive rebase from the selected commi
277
291
|-----|--------|-------------|
278
292
|`` mouse wheel down (fn+up) ``| 下にスクロール ||
279
293
|`` mouse wheel up (fn+down) ``| 上にスクロール ||
294
+
|`` <tab> ``| パネルを切り替え | Switch to other view (staged/unstaged changes). |
295
+
|`` <esc> ``| Exit back to side panel ||
280
296
281
297
## メインパネル (Patch Building)
282
298
@@ -348,6 +364,7 @@ If you would instead like to start an interactive rebase from the selected commi
348
364
|`` s ``| 並び替え ||
349
365
|`` g ``| Reset | View reset options (soft/mixed/hard) for resetting onto selected item. |
350
366
|`` <c-t> ``| Open external diff tool (git difftool) ||
367
+
|`` 0 ``| Focus main view ||
351
368
|`` <enter> ``| コミットを閲覧 ||
352
369
|`` w ``| View worktree options ||
353
370
|`` / ``| Filter the current view by text ||
@@ -366,6 +383,7 @@ If you would instead like to start an interactive rebase from the selected commi
|`` <c-t> ``| Open external diff tool (git difftool) ||
67
67
|`` * ``| Select commits of current branch ||
68
+
|`` 0 ``| Focus main view ||
68
69
|`` <enter> ``| 커밋 보기 ||
69
70
|`` w ``| View worktree options ||
70
71
|`` / ``| Filter the current view by text ||
71
72
73
+
## Secondary
74
+
75
+
| Key | Action | Info |
76
+
|-----|--------|-------------|
77
+
|`` <tab> ``| 패널 전환 | Switch to other view (staged/unstaged changes). |
78
+
|`` <esc> ``| Exit back to side panel ||
79
+
72
80
## Stash
73
81
74
82
| Key | Action | Info |
@@ -78,6 +86,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
78
86
|`` d ``| Drop | Remove the stash entry from the stash list. |
79
87
|`` 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. |
80
88
|`` r ``| Rename stash ||
89
+
|`` 0 ``| Focus main view ||
81
90
|`` <enter> ``| View selected item's files ||
82
91
|`` w ``| View worktree options ||
83
92
|`` / ``| Filter the current view by text ||
@@ -96,6 +105,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
|`` <c-t> ``| Open external diff tool (git difftool) ||
98
107
|`` * ``| Select commits of current branch ||
108
+
|`` 0 ``| Focus main view ||
99
109
|`` <enter> ``| View selected item's files ||
100
110
|`` w ``| View worktree options ||
101
111
|`` / ``| 검색 시작 ||
@@ -140,6 +150,8 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
140
150
|-----|--------|-------------|
141
151
|`` mouse wheel down (fn+up) ``| 아래로 스크롤 ||
142
152
|`` mouse wheel up (fn+down) ``| 위로 스크롤 ||
153
+
|`` <tab> ``| 패널 전환 | Switch to other view (staged/unstaged changes). |
154
+
|`` <esc> ``| Exit back to side panel ||
143
155
144
156
## 메인 패널 (Patch Building)
145
157
@@ -201,6 +213,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
201
213
|`` R ``| 브랜치 이름 변경 ||
202
214
|`` u ``| View upstream options | View options relating to the branch's upstream e.g. setting/unsetting the upstream and resetting to the upstream. |
203
215
|`` <c-t> ``| Open external diff tool (git difftool) ||
216
+
|`` 0 ``| Focus main view ||
204
217
|`` <enter> ``| 커밋 보기 ||
205
218
|`` w ``| View worktree options ||
206
219
|`` / ``| Filter the current view by text ||
@@ -254,6 +267,7 @@ _Legend: `<c-b>` means ctrl+b, `<a-b>` means alt+b, `B` means shift+b_
254
267
|`` s ``| Sort order ||
255
268
|`` g ``| View reset options | View reset options (soft/mixed/hard) for resetting onto selected item. |
256
269
|`` <c-t> ``| Open external diff tool (git difftool) ||
270
+
|`` 0 ``| Focus main view ||
257
271
|`` <enter> ``| 커밋 보기 ||
258
272
|`` w ``| View worktree options ||
259
273
|`` / ``| Filter the current view by text ||
@@ -293,6 +307,7 @@ If you would instead like to start an interactive rebase from the selected commi
293
307
|`` 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. |
294
308
|`` <c-t> ``| Open external diff tool (git difftool) ||
295
309
|`` * ``| Select commits of current branch ||
310
+
|`` 0 ``| Focus main view ||
296
311
|`` <enter> ``| View selected item's files ||
297
312
|`` w ``| View worktree options ||
298
313
|`` / ``| 검색 시작 ||
@@ -314,6 +329,7 @@ If you would instead like to start an interactive rebase from the selected commi
314
329
|`` ` ``| 파일 트리뷰로 전환 | Toggle file view between flat and tree layout. Flat layout shows all file paths in a single list, tree layout groups files by directory. |
315
330
|`` - ``| Collapse all files | Collapse all directories in the files tree |
316
331
|`` = ``| Expand all files | Expand all directories in the file tree |
332
+
|`` 0 ``| Focus main view ||
317
333
|`` / ``| 검색 시작 ||
318
334
319
335
## 커밋메시지
@@ -334,6 +350,7 @@ If you would instead like to start an interactive rebase from the selected commi
334
350
|`` P ``| 태그를 push | Push the selected tag to a remote. You'll be prompted to select a remote. |
335
351
|`` g ``| 초기화 | View reset options (soft/mixed/hard) for resetting onto selected item. |
336
352
|`` <c-t> ``| Open external diff tool (git difftool) ||
353
+
|`` 0 ``| Focus main view ||
337
354
|`` <enter> ``| 커밋 보기 ||
338
355
|`` w ``| View worktree options ||
339
356
|`` / ``| Filter the current view by text ||
@@ -368,6 +385,7 @@ If you would instead like to start an interactive rebase from the selected commi
368
385
|`` f ``| Fetch | Fetch changes from remote. |
369
386
|`` - ``| Collapse all files | Collapse all directories in the files tree |
370
387
|`` = ``| Expand all files | Expand all directories in the file tree |
0 commit comments