X Tutup
Skip to content

fix(mappings): can't open home page when more than one window opened#606

Merged
Zeioth merged 1 commit intoNormalNvim:mainfrom
Intey:main
Aug 11, 2025
Merged

fix(mappings): can't open home page when more than one window opened#606
Zeioth merged 1 commit intoNormalNvim:mainfrom
Intey:main

Conversation

@Intey
Copy link
Contributor

@Intey Intey commented Aug 10, 2025

The filetype option is buffer local, so we should omit the win option.

filetype option is buffer local, so we should omit the win option
Copy link
Collaborator

@Zeioth Zeioth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a VERY good catch. Thank you!!

@Zeioth Zeioth merged commit 7a6a3e3 into NormalNvim:main Aug 11, 2025
@Zeioth
Copy link
Collaborator

Zeioth commented Aug 11, 2025

I've applied it to the alternative colemak keymappings too:
https://github.com/NormalNvim/NormalNvim/wiki/colemak-dh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup