|
309 | 309 | },
|
310 | 310 | {
|
311 | 311 | "keys": ["tab"],
|
312 |
| - "command": "gs_show_branch", |
313 |
| - "args": { "commandeer_active_view": true }, |
| 312 | + "command": "gs_tab_cycle", |
| 313 | + "args": { "source": "status" }, |
314 | 314 | "context": [
|
315 | 315 | { "key": "setting.git_savvy.status_view", "operator": "equal", "operand": true }
|
316 | 316 | ]
|
|
450 | 450 | },
|
451 | 451 | {
|
452 | 452 | "keys": ["tab"],
|
453 |
| - "command": "gs_show_status", |
454 |
| - "args": { "commandeer_active_view": true }, |
| 453 | + "command": "gs_tab_cycle", |
| 454 | + "args": { "source": "tags" }, |
455 | 455 | "context": [
|
456 | 456 | { "key": "setting.git_savvy.tags_view", "operator": "equal", "operand": true }
|
457 | 457 | ]
|
|
576 | 576 | },
|
577 | 577 | {
|
578 | 578 | "keys": ["tab"],
|
579 |
| - "command": "gs_show_rebase", |
580 |
| - "args": { "commandeer_active_view": true }, |
| 579 | + "command": "gs_tab_cycle", |
| 580 | + "args": { "source": "branch" }, |
581 | 581 | "context": [
|
582 | 582 | { "key": "setting.git_savvy.branch_view", "operator": "equal", "operand": true }
|
583 | 583 | ]
|
|
625 | 625 | { "key": "setting.git_savvy.log_graph_view", "operator": "equal", "operand": true }
|
626 | 626 | ]
|
627 | 627 | },
|
| 628 | + { |
| 629 | + "keys": ["tab"], |
| 630 | + "command": "gs_tab_cycle", |
| 631 | + "args": { "source": "graph" }, |
| 632 | + "context": [ |
| 633 | + { "key": "setting.git_savvy.log_graph_view", "operator": "equal", "operand": true } |
| 634 | + ] |
| 635 | + }, |
628 | 636 |
|
629 | 637 | //////////////////////
|
630 | 638 | // REBASE DASHBOARD //
|
|
761 | 769 | },
|
762 | 770 | {
|
763 | 771 | "keys": ["tab"],
|
764 |
| - "command": "gs_show_tags", |
765 |
| - "args": { "commandeer_active_view": true }, |
| 772 | + "command": "gs_tab_cycle", |
| 773 | + "args": { "source": "rebase" }, |
766 | 774 | "context": [
|
767 | 775 | { "key": "setting.git_savvy.rebase_view", "operator": "equal", "operand": true }
|
768 | 776 | ]
|
|
0 commit comments