se000ra / leader-hotkeys-obsidian

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leader Hotkeys for Obsidian

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 "Advanced Tables"
  • 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 Paypal BuyMeACoffee

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!

About

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

License:GNU General Public License v3.0


Languages

Language:TypeScript 70.7%Language:JavaScript 26.2%Language:Shell 2.4%Language:CSS 0.6%