My Settings/Setup

VSCode settings

'workbench.editor.enablePreview' set to 'false'.

This is done to be able to use "workbench.action.showAllEditorsByMostRecentlyUsed" command, to navigate between recently used files with greater ease.

Screenshot

img

dendron.yml

bubbleUpCreateNew set to false

commands:
    lookup:
        note:
            bubbleUpCreateNew: false

This is done to optimize for lookup rather than creation of notes. (Keep create new at the bottom).

selectionMode set to none

commands:
    lookup:
        note:
            selectionMode: none

To avoid accidentally moving code out