Skip to content

adelarsq/jumper.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

jumper.nvim 🐏

A simple plugin to jump between files.

Installation πŸ§™

Lazy 🐒

Add the following lines on the NeoVim config file (Lua):

require('lazy').setup({
  {
    'https://github.com/adelarsq/jumper.vim',
    config = function ()
        require('jumper').setup()
    end
  },
}, {})

Commands 🧩

  • JumperAdd - add current file to the list. Supports oil and nvim-tree plugins.
  • JumperList - show current file list on quickfix
  • JumperClear - clean file list
  • JumperJump - jump to file by index
  • JumperTerminal - open or toggle terminal per tab

Acknowledgments πŸ’‘

Thanks goes to these people/projects for inspiration:

About

A simple Neovim plugin to jump between files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published