Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new mappings for L and H hide built-in vim mappings #13

Closed
3 tasks done
dpriedel opened this issue Apr 9, 2024 · 3 comments
Closed
3 tasks done

new mappings for L and H hide built-in vim mappings #13

dpriedel opened this issue Apr 9, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@dpriedel
Copy link

dpriedel commented Apr 9, 2024

Checklist

  • I have searched through the AstroNvim docs
  • 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

  1. open a file
  2. open a second file
  3. 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.

@dpriedel dpriedel added the bug Something isn't working label Apr 9, 2024
@mehalter
Copy link
Member

mehalter commented Apr 9, 2024

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

@mehalter mehalter closed this as completed Apr 9, 2024
@dpriedel
Copy link
Author

dpriedel commented Apr 9, 2024 via email

@mehalter
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants