You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched through the existing issues of AstroNvim
I have searched the existing issues of plugins related to this issue
Neovim version (nvim -v)
0.9.5
Operating system/version
Manjaro Linux
Terminal/GUI
wezterm
Describe the bug
The new 'simplified' key mappinigs for 'L' and 'H' to switch buffers hide the built-in vim mappings for moving up and down in the screen.
Since we already have ']b' and '[b' to move between buffers, these additional mappings provide no new function and remove old useful function.
Steps to Reproduce
open a file
open a second file
type 'L'. Instead of moving to the bottom of the visible area of the buffer, the display swithes the other buffer
Expected behavior
I expect 'L' and 'H' to move to bottom and top of the content displayed in the screen.
Screenshots
No response
Additional Context
These mappings have been added and then removed before.
The text was updated successfully, but these errors were encountered:
These are just examples and this reason is exactly why those mappings are not in AstroNvim. We provide those examples purely because that's the most requested mappings. These example files are disabled by default as to not provide them unless the user wants them
Thanks for your response.
But, if you have the file enabled and you pick up an update, then you
get these key mappings.
I think it would be better if they were commented out. That way, you
could still provide the example
but they wouldn't interfere with anyone's setup.
Thanks
Ah yeah no need to pull updates once you use the template! It's just a good starting point. No need to be bound to what's in this repo or the structure it provides. It is not expected or recommended to continuously update based on this repo once you do your own configuration. Updates for actual AstroNvim are delivered through Lazy.
Checklist
Neovim version (nvim -v)
0.9.5
Operating system/version
Manjaro Linux
Terminal/GUI
wezterm
Describe the bug
The new 'simplified' key mappinigs for 'L' and 'H' to switch buffers hide the built-in vim mappings for moving up and down in the screen.
Since we already have ']b' and '[b' to move between buffers, these additional mappings provide no new function and remove old useful function.
Steps to Reproduce
Expected behavior
I expect 'L' and 'H' to move to bottom and top of the content displayed in the screen.
Screenshots
No response
Additional Context
These mappings have been added and then removed before.
The text was updated successfully, but these errors were encountered: