We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
For macos you can use the native "open" command instead of `xdg-open`
Updated _Footer (markdown)
Created _Footer (markdown)
Small typo where vimc.cmd("Neotree close") shoule be vim.cmd("Neotree close")
forgotten break
added hijacking tip
Initial code used undeclared variables and was not a minimal working example. Update is simply putting the previous code in a minimal working example that is easier to use.
[BUGFIX] Calling `:Neotree close` after the `open_tabnew` command doesn't cause the previous neo-tree window to be closed
Some predefined file nesting rules if anyone looking for it they can easily find
`commands` table should be at the root of config (see #1460)
Open W/ System Viewer Windows
Destroyed Recipies (markdown)
Updated Recipes (markdown)
Merge Source Selector in Tabline (Eg bufferline.nvim)
add example-source
harpoon_index - another version
Update Harpoon Index example to harpoon2
refactor: open file in default application
Created Recipies (markdown)
Updated Recipies (markdown)
Updated Changelog (markdown)
Using `fnameescape` vim function converts file path to be used as a command argument more safely.