Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tgrosinger/leader-hotkeys-obsidian

Use a leader-key (tmux style) for hotkeys in Obsidian.md
https://github.com/tgrosinger/leader-hotkeys-obsidian

obsidian-md obsidian-plugin

Last synced: about 1 month ago
JSON representation

Use a leader-key (tmux style) for hotkeys in Obsidian.md

Awesome Lists containing this project

README

        

# Leader Hotkeys for Obsidian

**Note:** The 0.2.0 release will require reconfiguring your hotkeys. The configuration is now greatly revamped and significantly more useful. Sorry for the inconvenience.

Use a leader key when assigning a hotkey to a command. Works with any command
in Obsidian, even those added by other plugins!

The leader key is pressed before the assigned hotkey, similar to hotkeys in
tmux or Vim.

By default there is no leader key defined. I personally use
ctrl+b, however you can configure any leader key in the
Obsidian Hotkeys settings page, just like any other hotkey.

By default the following commands are configured:

| Leader Hotkey | Action |
| ------------------------------ | -------------------------- |
| leader j | Focus on pane below |
| leader k | Focus on pane above |
| leader h | Focus on pane to the left |
| leader l | Focus on pane to the right |

## How to Install

### From within Obsidian

From Obsidian v0.9.8+, you can activate this plugin within Obsidian by doing the following:

- Open Settings > Third-party plugin
- Make sure Safe mode is **off**
- Click Browse community plugins
- Search for "Leader Hotkeys"
- Click Install
- Once installed, close the community plugins window and activate the newly installed plugin

#### Updates

You can follow the same procedure to update the plugin

(Thanks to @deathau for the borrowed installation instructions.)

## Pricing

This plugin is provided to everyone for free, however if you would like to
say thanks or help support continued development, feel free to send a little
my way through one of the following methods:

[![GitHub Sponsors](https://img.shields.io/github/sponsors/tgrosinger?style=social)](https://github.com/sponsors/tgrosinger)
[![Paypal](https://img.shields.io/badge/paypal-tgrosinger-yellow?style=social&logo=paypal)](https://paypal.me/tgrosinger)
[BuyMeACoffee](https://www.buymeacoffee.com/tgrosinger)

## Notes

This is experimental and may have instability. It is possible that there are
bugs which may delete data in the current note. Please make backups!