Add sublime keybinding for git::Restore
(#28444)
Release Notes: - Sublime Keymap: Added `git::Restore` compatibility bind (revert_hunk). Mac: `cmd-k cmd-z` and Linux: `ctrl-k ctrl-z`.
This commit is contained in:
parent
64de6bd2a8
commit
088d7c1342
2 changed files with 12 additions and 0 deletions
|
@ -58,6 +58,12 @@
|
|||
"ctrl-r": "outline::Toggle"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Editor && !agent_diff",
|
||||
"bindings": {
|
||||
"ctrl-k ctrl-z": "git::Restore"
|
||||
}
|
||||
},
|
||||
{
|
||||
"context": "Pane",
|
||||
"bindings": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue