Hint: ⌘ ⌥ T (or windows: ctrl + alt + T) to expand or close all toggles

*

normal mode, press * to search current world

g*foo and search foobar

Windows Right-click menu → open in neovim

MSYS2

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\\*\\shell\\OpenWithNvim]
@="open with Neovim"
"Icon"="C:\\\\msys64\\\\ucrt64.exe"

[HKEY_CLASSES_ROOT\\*\\shell\\OpenWithNvim\\command]
@="wt.exe -p \\"UCRT64\\" nvim \\"%1\\""

image.png