https://github.com/mp3guy/qtmotion
Easymotion/leap.nvim/Jumpy/MetaJump-like plugin for QtCreator
https://github.com/mp3guy/qtmotion
Last synced: 12 months ago
JSON representation
Easymotion/leap.nvim/Jumpy/MetaJump-like plugin for QtCreator
- Host: GitHub
- URL: https://github.com/mp3guy/qtmotion
- Owner: mp3guy
- License: mit
- Created: 2022-05-27T14:44:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-19T14:57:19.000Z (almost 4 years ago)
- Last Synced: 2025-04-04T12:33:56.789Z (about 1 year ago)
- Language: C++
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Qtmotion
========
Easymotion/leap.nvim/Jumpy/MetaJump-like plugin for QtCreator. Initially based on https://github.com/serpheroth/QtCreator-EasyMotion but heavily modified/re-written.
It has two functions, jump before/after char and select from cursor to before/after char. To activate the former, press either `ctrl+,` or `ctrl+.`. To activate the latter, press either `ctrl+shift+,` or `ctrl+shift+.`.
When activated it will show matching status in the top right of the text editor. An editor must have focus for it to work. Matching characters you can jump to will be shown in blue. Matching characters that require more input to jump to are shown in red. To reach these characters, you must type more characters that follow the desired destination position. If you make a mistake, you can press `Backspace`. You can exit the jump mode with `Esc`.
Jump trigger characters are ordered by QWERTY finger travel distance and constrained by characters required for disambiguating following characters. They will spread out upward and downward from the current cursor position. If the cursor is not onscreen, it will start from the center of the screen.
You can try the pre-built library plugins, or build from source with QtCreator.