corey
05/11/2021, 7:17 AM⌘L
shortcut VS Code provides to select the current line
At the moment I've updated my keybindings.json
preferences with the following, but it's still not ideal (given it means the Dendron lookup only works when a file is open, and I always end up opening the lookup when trying to select the current line of a note).
{
"key": "cmd+l",
"command": "dendron.lookup",
"when": "resourcePath =~ /path/to/parent/folder/"
}
It's definitely not a big thing but asking cos I assume I'm missing something obvious, or others have better ways of dealing with commands that conflict with existing hotkeys/shortcuts