istoph / editor

The chr terminal editor is inspired by the turbo pascal editor using Turbo Vision from the year 1997. For the keyboard shortcut he should be similar gedit, to facilitate the transition from desktop to console editor.
Boost Software License 1.0
36 stars 3 forks source link

Shortcut for delete cursor's current line #4

Closed bziemons closed 1 year ago

bziemons commented 1 year ago

In gedit, CTRL+D deletes the current line the cursor is in. It would be awesome, if this shortcut was implemented here as well.

istoph commented 1 year ago

You can use Ctrl + k, it copies and delete the line.

But we can also add this function.

istoph commented 1 year ago

@bziemons now we have add ctrl + d to delete a single line.