Config: change ctrl-k to cuttolineend event (#13801)

# Description
According to emacs doc, I think `ctrl-k` should map to `cuttolineend`.

# User-Facing Changes
`ctrl-k` will no longer cut to the end of buffer
This commit is contained in:
Wind 2024-09-12 01:45:12 +08:00 committed by GitHub
parent f63cecc316
commit 78af66f2ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -756,7 +756,7 @@ $env.config = {
modifier: control
keycode: char_k
mode: emacs
event: { edit: cuttoend }
event: { edit: cuttolineend }
}
{
name: cut_line_from_start