Expand ctrl-w/ctrl-u/ctrl-h context from Picker>Editor to Editor
This commit is contained in:
parent
7422e7a141
commit
797b7f4987
1 changed files with 8 additions and 14 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": {
|
||||||
|
@ -906,11 +906,5 @@
|
||||||
// and Windows.
|
// and Windows.
|
||||||
"alt-l": "editor::AcceptEditPrediction"
|
"alt-l": "editor::AcceptEditPrediction"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "Pane",
|
|
||||||
"bindings": {
|
|
||||||
"ctrl-w": "editor::DeleteToPreviousWordStart"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue