silverbullet icon indicating copy to clipboard operation
silverbullet copied to clipboard

Add Keyboard Shortcut for "Delete Line"

Open Gugi264 opened this issue 1 year ago • 1 comments

Since the new update it is possible to add custom Keyboard Shortcuts.

One Shortcut I am missing is "Delete Line"

Gugi264 avatar Jan 05 '24 14:01 Gugi264

This has to be wrapped in a command: https://codemirror.net/docs/ref/#commands.deleteLine see see web/syscalls/editor.ts for examples.

zefhemel avatar Mar 18 '24 19:03 zefhemel

About to commit the solution tomorrow.

Any suggestion for default shortcut?

pihentagy avatar May 25 '24 19:05 pihentagy

My personal preference is Ctrl+d But no idea if that would be a good default

Gugi264 avatar May 25 '24 19:05 Gugi264

Seems to be heavily tool-dependent, but I guess the future is choosable keymap for IntelliJ/Eclipse/VSCode/whatever editor users.

pihentagy avatar May 25 '24 20:05 pihentagy