Add git: open modified files
action (#32347)
Ported over a vscode/cursor command that I like using : ) Release Notes: - Added "open modified files" command
This commit is contained in:
parent
0ee6a90912
commit
c13be165cd
4 changed files with 35 additions and 1 deletions
|
@ -115,6 +115,7 @@
|
|||
"ctrl-\"": "editor::ExpandAllDiffHunks",
|
||||
"ctrl-i": "editor::ShowSignatureHelp",
|
||||
"alt-g b": "git::Blame",
|
||||
"alt-g m": "git::OpenModifiedFiles",
|
||||
"menu": "editor::OpenContextMenu",
|
||||
"shift-f10": "editor::OpenContextMenu",
|
||||
"ctrl-shift-e": "editor::ToggleEditPrediction",
|
||||
|
|
|
@ -139,6 +139,7 @@
|
|||
"cmd-'": "editor::ToggleSelectedDiffHunks",
|
||||
"cmd-\"": "editor::ExpandAllDiffHunks",
|
||||
"cmd-alt-g b": "git::Blame",
|
||||
"cmd-alt-g m": "git::OpenModifiedFiles",
|
||||
"cmd-i": "editor::ShowSignatureHelp",
|
||||
"f9": "editor::ToggleBreakpoint",
|
||||
"shift-f9": "editor::EditLogBreakpoint",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue