https://github.com/skanehira/jumpcursor.vim
Move cursor anywhere
https://github.com/skanehira/jumpcursor.vim
neovim neovim-plugin
Last synced: 7 months ago
JSON representation
Move cursor anywhere
- Host: GitHub
- URL: https://github.com/skanehira/jumpcursor.vim
- Owner: skanehira
- License: mit
- Created: 2022-01-27T03:24:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T03:28:37.000Z (over 3 years ago)
- Last Synced: 2024-12-09T14:49:26.247Z (7 months ago)
- Topics: neovim, neovim-plugin
- Language: Vim script
- Homepage:
- Size: 3.91 KB
- Stars: 46
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jumpcursor.vim
## **THIS PLUGIN IS AN EXPERIMENTAL ONE.**With this plugin, you can move cursor anywhere you want.
This behavior is similar [vim-easymotion](https://github.com/easymotion/vim-easymotion) or [vim-searchx](https://github.com/hrsh7th/vim-searchx).The key concept of this plugin is that you can move cursor anywhere you want without moving your eyes and by typing a letter twice.

## NOTE
This plugin only support Neovim.
But if this experiment is good for me, I'll support Vim.## Usage
Please add your own mapping and use it.
Then you can chose mark that you want to move.```vim
nmap [j (jumpcursor-jump)
```## Author
skanehira