1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-12 04:15:57 +02:00

Config: change ctrl-k to cuttolineend event ()

# 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

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