1 comments

  • markyg 9 days 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