Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skanehira/jumpcursor.vim
Move cursor anywhere
https://github.com/skanehira/jumpcursor.vim
neovim neovim-plugin
Last synced: 14 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-27T03:28:37.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T17:41:25.692Z (3 months ago)
- Topics: neovim, neovim-plugin
- Language: Vim script
- Homepage:
- Size: 3.91 KB
- Stars: 42
- 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.
![cursor_jump](https://user-images.githubusercontent.com/7888591/151286736-3e0e7db6-203d-419f-b557-d2d4a4523951.gif)
## 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