Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henryco/blazejump-obsidian
Plugin for Obsidian that makes text navigation blazingly fast.
https://github.com/henryco/blazejump-obsidian
emacs obsidian obsidian-plugin plugin text-editor text-navigation vim
Last synced: 9 days ago
JSON representation
Plugin for Obsidian that makes text navigation blazingly fast.
- Host: GitHub
- URL: https://github.com/henryco/blazejump-obsidian
- Owner: henryco
- License: lgpl-2.1
- Created: 2024-10-13T22:15:36.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2024-11-07T23:18:26.000Z (11 days ago)
- Last Synced: 2024-11-08T00:22:36.746Z (10 days ago)
- Topics: emacs, obsidian, obsidian-plugin, plugin, text-editor, text-navigation, vim
- Language: TypeScript
- Homepage:
- Size: 29.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
BlazeJump for Obsidian
BlazeJump is a plugin for Obsidian that makes text navigation blazingly fast.
This plugin is inspired by Emacs-Avy and
Vim-EasyMotion.---
---
### Features
* Support for multiple keyboard layouts
* Ergonomic indexing and tagging heuristics
* Fully customizable (with support of custom keyboard layouts and styles)### How it works
BlazeJump provide 5 navigation modes.
**You can bind each mode separately, or cycle through them using only `toggle-and-jump` mode**:
* Jump to the beginning of the word
* Jump to the end of the word
* Jump to the beginning of the line
* Jump to the end of the line
* Jump to *any* character#### Basic workflow:
1. Activate jump mode (i.e. beginning of the word)
2. Type the character you want to jump to
3. Tags will appear at the positions of matching characters
4. Type the character shown on the tag at the position you want to jump to
#### **`Jump to the beginning of the line`**
#### **`Jump to the end of the line`**
#### **`Jump to the beginning of the word`**
#### **`Jump to the end of the word`**
#### **`Jump to any character`**