No description
Find a file
2025-01-28 12:33:40 +08:00
.github/workflows fix: remove redundant steps from release workflow 2025-01-28 01:01:57 +08:00
src refactor: rename MyPlugin to QuickNavPlugin for clarity 2025-01-28 12:33:40 +08:00
.editorconfig Initial commit 2025-01-27 22:00:28 +08:00
.eslintignore Initial commit 2025-01-27 22:00:28 +08:00
.eslintrc Initial commit 2025-01-27 22:00:28 +08:00
.gitignore Initial commit 2025-01-27 22:00:28 +08:00
.npmrc Initial commit 2025-01-27 22:00:28 +08:00
esbuild.config.mjs feat: init 2025-01-27 22:47:57 +08:00
LICENSE feat: add LICENSE file with Apache 2.0 license 2025-01-28 00:40:17 +08:00
manifest.json Release v1.0.2 2025-01-27 17:03:03 +00:00
package-lock.json Release v1.0.2 2025-01-27 17:03:03 +00:00
package.json Release v1.0.2 2025-01-27 17:03:03 +00:00
README.md feat: init 2025-01-27 22:47:57 +08:00
README.zh-cn.md feat: init 2025-01-27 22:47:57 +08:00
tsconfig.json Initial commit 2025-01-27 22:00:28 +08:00
version-bump.mjs Initial commit 2025-01-27 22:00:28 +08:00
versions.json Initial commit 2025-01-27 22:00:28 +08:00

Quick Nav

English | 中文

Swift cursor navigation plugin to enhance editing.

Usage

Cursor Move

  • Move Cursor Up: Alt + I (Windows/Linux), Ctrl + I (MacOS)
  • Move Cursor Down: Alt + K (Windows/Linux), Ctrl + K (MacOS)
  • Move Cursor Left: Alt + J (Windows/Linux), Ctrl + J (MacOS)
  • Move Cursor Right: Alt + L (Windows/Linux), Ctrl + L (MacOS)
  • Move Cursor Page Up: Alt + U (Windows/Linux), Ctrl + U (MacOS)
  • Move Cursor Page Down: Alt + O (Windows/Linux), Ctrl + O (MacOS)
  • Move Cursor Left End: Alt + H (Windows/Linux), Ctrl + H (MacOS)
  • Move Cursor Right End: Alt + ; (Windows/Linux), Ctrl + ; (MacOS)

Cursor Select

  • Select Cursor Up: Alt + Shift + I (Windows/Linux), Ctrl + Shift + I (MacOS)
  • Select Cursor Down: Alt + Shift + K (Windows/Linux), Ctrl + Shift + K (MacOS)
  • Select Cursor Left: Alt + Shift + J (Windows/Linux), Ctrl + Shift + J (MacOS)
  • Select Cursor Right: Alt + Shift + L (Windows/Linux), Ctrl + Shift + L (MacOS)
  • Select Cursor Left End: Alt + Shift + H (Windows/Linux), Ctrl + Shift + H (MacOS)
  • Select Cursor Right End: Alt + Shift + ; (Windows/Linux), Ctrl + Shift + ; (MacOS)

Installation

Method 1: Install via Obsidian Settings

  1. Open Obsidian and go to Settings.
  2. Navigate to the Community plugins tab.
  3. Click on Browse and search for Quick Nav.
  4. Click Install and then Enable.

Method 2: Manual Installation

  1. Download the latest release from the GitHub repository.
  2. Extract the contents of the zip file.
  3. Copy the extracted folder to your Obsidian vault's plugins directory: /path/to/your/vault/.obsidian/plugins/.
  4. Open Obsidian and go to Settings.
  5. Navigate to the Community plugins tab and enable Quick Nav.