mirror of
https://github.com/ulyssa/iamb.git
synced 2026-05-23 07:47:44 -06:00
Feature Request: :help command to view the manual pages in the client #137
Labels
No labels
admin
bug
bug
bug
bug
bug
bug
bug
debugging
documentation
documentation
documentation
documentation
e2ee
e2ee
e2ee
e2ee
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
experimental
experimental
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
good first issue
image
image
image
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
modalkit
perf
perf
perf
perf
ratatui
releases
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
ui
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/iamb#137
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @myxzos on 3/2/2025
One the biggest Vim features I miss in iamb is the
:helpcommand. While most of the keybindings are intuitive to any Vim user, there are many that I often seem to forget (which could be due to my excessive use or remappings in vim), as well as the application-specific commands. I appreciate the reminders on the welcome screen, but I would find it immensely useful to have help docs in the client that are formatted like the online docs.It does look like there are manpages included in the repository, so it could be that my package manager (nix) is not copying them to the proper paths. When building the project locally from the
flake.nixdefault package, the output directory contains only the application binary, so it could just be an issue when building with nix.