Skip to content

Commit

Permalink
linemode have more options
Browse files Browse the repository at this point in the history
  • Loading branch information
Lzzzzzt committed Jul 31, 2023
1 parent e530296 commit fff67ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/key_command/impl_comment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ impl CommandComment for Command {
LineMode::user => "Show files with user",
LineMode::group => "Show files with group",
LineMode::perm => "Show files with permission",
_ => "Show files with multi-attribution"
_ => "Show files with multi-attribution",
},
Self::Escape => "Escape from visual mode (cancel)",
Self::BulkRename => "Bulk rename",
Expand Down

0 comments on commit fff67ec

Please sign in to comment.