diff --git a/src/app/guides/list-of-commands/page.mdx b/src/app/guides/list-of-commands/page.mdx index 3399099..1cb7e15 100644 --- a/src/app/guides/list-of-commands/page.mdx +++ b/src/app/guides/list-of-commands/page.mdx @@ -1352,7 +1352,7 @@ Toggles a dialog which allows you to jump to the line at the specified number. ### editor:kill-line {{ selector: '.cm-editor' }} -Deletes the line at the cursor. +Deletes from the cursor to the end of the line. ### editor:new-line {{ selector: '.cm-editor' }}