Allow cursors to be shown via a command

This commit is contained in:
Joseph T. Lyons 2024-01-19 02:54:52 -05:00
parent 4ce0c27e0a
commit 0062cc000b
4 changed files with 23 additions and 12 deletions

View file

@ -349,7 +349,8 @@
"alt-cmd-]": "editor::UnfoldLines",
"ctrl-space": "editor::ShowCompletions",
"cmd-.": "editor::ToggleCodeActions",
"alt-cmd-r": "editor::RevealInFinder"
"alt-cmd-r": "editor::RevealInFinder",
"ctrl-cmd-c": "editor::ShowCursors"
}
},
{