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

Add optional support for: macro recording, search count & showcmd in the statusline #5

Closed
bluz71 opened this issue May 7, 2023 · 1 comment

Comments

@bluz71
Copy link
Owner

bluz71 commented May 7, 2023

Neovim supports cmdheight=0 which by default will hide: macro recording, search count and showcmd messages. It would be nice to provide a capability to view these messages somewhere in the statusline.

  • For macros, the RecordingEnter and RecordingLeave events can be hooked into, refer here and here
  • For search count, refer here and here
  • For showcmd, the new showcmdloc option in Neovim 0.9 could be enough
@bluz71
Copy link
Owner Author

bluz71 commented Aug 7, 2023

Done.

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

No branches or pull requests

1 participant