-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
:h[elp]
command
#668
Comments
Vim's help system is really good (even though the amount of documentation is a bit overwhelming) and it would be nice if we could have something similar. I propose using markdown to write the docs itself, which has the advantage of being easily hostable in the website and already having the |
The issue with markdown is that there is no links between them. |
I think this should have the |
Wikilinks ( `:command`
`'option'`
`*xd*` key bind
`api_call()` Markdown as base for this would be great! |
As a new user, this would be very helpful. I've been trying out Helix for the past two days and have basically needed to keep the docs site open in a browser tab to remember the helix-specific keyboard shortcuts that I'm still learning. A related thing that would also be nice would be a kind of quick help (maybe bound to |
second time I was confuzed that there is no :help command. Simple things like how to select lines is not possible to find out inside the editor. |
@poelzi have you had a look at the tutor? You can access it using |
I think that
:h <command>
where<command>
is a command name fromcommands.rs
would open documentation for the command in the editor, and:h <keybind>
would act like:h <command>
for the keybind's bound command.The text was updated successfully, but these errors were encountered: