Missing Prefix Key Information in Documentation for Tmux #3

Closed
opened 2024-06-12 21:12:02 +00:00 by Aroy · 1 comment
Owner

Description:
The current documentation for the tmux configuration is missing information regarding the prefix key for the reload command. The reload command is listed as r for quick reloading the config, but it should be prefix + r.

Steps to Reproduce:

  1. Open the tmux configuration documentation.
  2. Locate the section that mentions the reload command (r for quick reloading the config).
  3. Notice that the prefix key information is missing.

Expected Behavior:
The documentation should correctly state that the reload command is prefix + r for quick reloading the config.

Actual Behavior:
The documentation currently states r for quick reloading the config, which can be misleading to users.

Proposed Fix:
Update the documentation to correctly reflect that the reload command is prefix + r.

Current Documentation:

 * `r` for quick reloading the config

Updated Documentation:

 * `prefix` + `r` for quick reloading the config

Additional Context:
This small update will help users understand the correct key combination for reloading the tmux configuration and prevent any confusion.

**Description**: The current documentation for the tmux configuration is missing information regarding the prefix key for the reload command. The reload command is listed as `r` for quick reloading the config, but it should be `prefix` + `r`. **Steps to Reproduce**: 1. Open the tmux configuration documentation. 2. Locate the section that mentions the reload command (`r` for quick reloading the config). 3. Notice that the prefix key information is missing. **Expected Behavior**: The documentation should correctly state that the reload command is `prefix` + `r` for quick reloading the config. **Actual Behavior**: The documentation currently states `r` for quick reloading the config, which can be misleading to users. **Proposed Fix**: Update the documentation to correctly reflect that the reload command is `prefix` + `r`. **Current Documentation**: ``` * `r` for quick reloading the config ``` **Updated Documentation**: ``` * `prefix` + `r` for quick reloading the config ``` **Additional Context**: This small update will help users understand the correct key combination for reloading the tmux configuration and prevent any confusion.
Aroy changed title from Missing Prefix Key Information in Documentation to Missing Prefix Key Information in Documentation for Tmux 2024-06-12 21:26:22 +00:00
Author
Owner

Fixed in commit 5b18da0504

Fixed in commit 5b18da05040a0c5d125fae3e79391d6df9e81d2e
Aroy closed this issue 2024-06-17 20:23:16 +00:00
Aroy added the
bug
label 2024-06-17 20:23:38 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Aroy/Paws#3
No description provided.