Allow cursors to be shown via a command
This commit is contained in:
parent
4ce0c27e0a
commit
0062cc000b
4 changed files with 23 additions and 12 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue