Pin file in Neovim and quickly switch to them via telescope with dartboard.nvim

1 markyg 1 5/22/2025, 9:38:02 AM github.com ↗

Comments (1)

markyg · 9h ago
A Neovim plugin to mark files and quickly access them, inspired by Harpoon and Lasso.

You can navigate in normal mode:

<leader>da - Add current file to marks <leader>dr - Remove current file from marks <leader>dl - List marked files in Telescope <leader>dc - Clear all marks <leader>1 through <leader>5 - Go to mark by index

And while in telescope

Press Ctrl-v to open in vertical split Press Ctrl-x to open in horizontal split Press Ctrl-d to remove the selected file from the list Press Ctrl-k to move the selected file up in the list Press Ctrl-j to move the selected file down in the list