
Usage
Search the Neovim documentation via the :h
keyword.
- ↩ Open the help page in the web browser.
- ⌥↩ Copy page URL.
- ⌘Y Quick Look the page.
Search for neovim plugins at store.nvim with the np
keyword.
- ↩ Open the plugin’s GitHub repository.
- ⌘↩ Open the
:help
page of the plugin on GitHub. - ⌥↩ Copy the GitHub URL.
- ⌃↩ Copy installation snippet for
lazy.nvim
, if available.
Search for locally installed plugins and mason.nvim
packages via the ip
keyword. The modifiers ⌘⌥⌃⇧ above also apply. In addition, fn↩ opens the local directory of the plugin in the Finder.
Search for tools available via mason.vim with the mason
keyword.
Display your old files via the :old
keyword. They are opened in the default editor for the respective file type. To open them directly in neovim, you need a neovim GUI with “Open With” capability.