Merge 797b7f4987
into a102b08743
This commit is contained in:
commit
c3638650d1
1 changed files with 8 additions and 8 deletions
|
@ -733,6 +733,14 @@
|
||||||
"escape": "buffer_search::Dismiss"
|
"escape": "buffer_search::Dismiss"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"context": "Editor",
|
||||||
|
"bindings": {
|
||||||
|
"ctrl-h": "editor::Backspace",
|
||||||
|
"ctrl-u": "editor::DeleteToBeginningOfLine",
|
||||||
|
"ctrl-w": "editor::DeleteToPreviousWordStart"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"context": "VimControl || !Editor && !Terminal",
|
"context": "VimControl || !Editor && !Terminal",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
|
@ -869,14 +877,6 @@
|
||||||
"shift-n": null
|
"shift-n": null
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"context": "Picker > Editor",
|
|
||||||
"bindings": {
|
|
||||||
"ctrl-h": "editor::Backspace",
|
|
||||||
"ctrl-u": "editor::DeleteToBeginningOfLine",
|
|
||||||
"ctrl-w": "editor::DeleteToPreviousWordStart"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"context": "GitCommit > Editor && VimControl && vim_mode == normal",
|
"context": "GitCommit > Editor && VimControl && vim_mode == normal",
|
||||||
"bindings": {
|
"bindings": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue