Skip to content

Releases: WantChane/key-sequence-obsidian

2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 03:14
2.0.0

BREAKING CHANGES

  • Modal UI removed. Key sequences are no longer configured through Settings → Key Sequence → New keymap. Everything is now defined in a vimrc-style config file.
  • Vim mode integration removed. The plugin no longer cares about Obsidian's Vim mode. Instead, key sequences are simply disabled when an input/textarea/select/contentEditable element is focused.

Migration from 1.x

  1. Create a config file at .obsidian/key-sequence.vimrc (auto-created on first load).
  2. Rewrite your key sequences using the new syntax:
" comment
let mapleader = "<key>"
gmap <key-sequence> :<command-id><CR>
  1. Use Key Sequence: Reload config file to apply changes without restarting.

1.2.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 11:45
1.2.1

Full Changelog: 1.1.1...1.2.1

1.1.1

Choose a tag to compare

@github-actions github-actions released this 06 Jul 09:38
1.1.1