SlRvb / Obsidian--ITS-Theme

Theme designed with readability and customizability in mind. Change it easily to your liking with the Style Settings plugin installed.
https://publish.obsidian.md/slrvb-docs/ITS+Theme/ITS+Theme
GNU General Public License v2.0
556 stars 114 forks source link

Unable to move to next line from H1 with VIM key bindings enabled #151

Closed AlphabetsAlphabets closed 1 year ago

AlphabetsAlphabets commented 1 year ago

Bug description

When my cursor is on a h1, and I want to move to the next line with j it doesn't. It will instead move my cursor to the end of the current line, pressing the j key mutliple times does nothing. This only happens sometimes, which makes it all the more frustrating.

Expected behavior I expect my cursor to move to the next line.

To Reproduce

Steps to reproduce the behavior:

  1. Enable VIM mode. In Editor -> Advanced -> Vim Key Bindings
  2. Have the theme enabled.
  3. Scroll to a heading, and try to move to the next line.

OS

I'm on Windows

Obsidian Version: 1.0

SlRvb commented 1 year ago

hmmm, and this happens with my theme? If you use the default theme in the sandbox vault does it work? 🤔

AlphabetsAlphabets commented 1 year ago

Yup, it's only with your theme. I installed other themes and tested it. It is only your theme.

AlphabetsAlphabets commented 1 year ago

Turns out it is an Obsidian thing, there's some weird behaviour explained in the image with gj and as a side effect it made navigating difficult on your theme.

image