Git Product home page Git Product logo

mini-harpoon's Introduction

๐ŸŽฃ Welcome to Mini Harpoon!

โ„น๏ธ Introduction

Welcome to Mini Harpoon! This plugin enhances your Vim navigation experience by allowing you to save and quickly navigate to multiple locations within your projects.

The plugin is taking inspiration from the ThePrimeagen/harpoon plugin but it is written in Vim script which makes it compatible with both NVIM and VIM!

๐Ÿ“ฆ Installation

To install Mini Harpoon, simply add the following line to your Vim configuration file using your preferred plugin manager:

'YanivZalach/mini-harpoon'
  • Example using Vim-Plug:

    Plug 'YanivZalach/mini-harpoon'

    Then, reload your Vim configuration and run :PlugInstall.

๐Ÿ’ก Features

  • Save your current file with ease using :SaveLocation.
  • Navigate to saved locations quickly with :GoToLocation {index}.
  • Open the file containing saved locations in a split window with :OpenLocationFile.

โš™๏ธ Configuration

  • Saving file with ease
" Adding Location to min-harpoon
nnoremap <leader>ha :SaveLocation<CR>
  • Going to wonted location
" Going to location by index (start from 1 - easer with the keyboard)
nnoremap <leader>hg :GoToLocation<space>
  • Opening the editable file list
"Opening the file list
nnoremap <leader>hj :OpenLocationFile<CR>
  • Opening the first 4 locations
" Going to specific location
nnoremap <leader>h1 :GoToLocation 1<CR>
nnoremap <leader>h2 :GoToLocation 2<CR>
nnoremap <leader>h3 :GoToLocation 3<CR>
nnoremap <leader>h4 :GoToLocation 4<CR>

๐Ÿ“„ Documentation

For detailed instructions and usage information, refer to the documentation file.

๐Ÿ“ License

This plugin is distributed under the MIT License. See the LICENSE file for details.

๐Ÿšง Contributing

We welcome contributions! If you have any ideas or improvements, feel free to open an issue or submit a pull request.

โค๏ธ Support

If you find this plugin helpful, consider starring the repository and spreading the word!

Happy navigating! ๐ŸŒŸ

mini-harpoon's People

Contributors

yanivzalach avatar

Stargazers

Jose Ignacio Seco Sanz avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.