I find the first of these two commands clashes wit...
# chat
c
I find the first of these two commands clashes with the standard
⌘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).
Copy code
{
  "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