added multicursor to micro on Alt+up/down

main
The_miro 2025-01-28 13:36:46 +01:00
parent ab93302e56
commit 101e7ccc2f
1 changed files with 3 additions and 1 deletions

View File

@ -9,5 +9,7 @@
"Ctrl-Space": "command:tree",
"Alt-r":"PreviousTab",
"Alt-t":"AddTab",
"Alt-z":"NextTab"
"Alt-z":"NextTab",
"Alt-Up":"SpawnMultiCursorUp",
"Alt-Down":"SpawnMultiCursorDown"
}