esm7/obsidian-vimrc-support

Shift+h(upper case h) and Shift+l(upper case l) key mapping not worked

devindang opened this issue · 0 comments

Please Review Before Posting!

  • I checked that the bug does not happen in the CodeMirror Vim demo. If it does, please report it there and not here.
  • I'm reasonably sure that this bug is indeed about the Vimrc file support and not a general Vim in Obsidian issue. If it's a general Vim issue, report it here.

Describe the bug:

A keymap described following not worked:

nmap H 3h
nmap L 3l

But J->3j, K->3k get worked.

To Reproduce:

Steps to reproduce the behavior:

Environment (please complete the following information):

  • OS: Windows10 & MacOS
  • Vimrc plugin version: 0.9.0

Additional context:

Add any other context about the problem here.