mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01:00
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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user