This commit is contained in:
domi 2025-08-25 12:18:52 -04:00 committed by GitHub
commit c3638650d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -733,6 +733,14 @@
"escape": "buffer_search::Dismiss"
}
},
{
"context": "Editor",
"bindings": {
"ctrl-h": "editor::Backspace",
"ctrl-u": "editor::DeleteToBeginningOfLine",
"ctrl-w": "editor::DeleteToPreviousWordStart"
}
},
{
"context": "VimControl || !Editor && !Terminal",
"bindings": {
@ -869,14 +877,6 @@
"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",
"bindings": {