This commit is contained in:
js0ny 2025-05-13 21:00:13 +01:00
parent 31fde92975
commit f4e142e83e
6 changed files with 20 additions and 7 deletions

View file

@ -39,6 +39,8 @@
"bindings": {
// "j k": ["workspace::SendKeystrokes", "escape"]
"alt-e": "editor::AddSelectionAbove", // Insert Cursor Above
"alt-n": "editor::AddSelectionBelow" // Insert Cursor Below
}
},
{