Skip to content

Commit

Permalink
fix(chore): hint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyu08 committed Jun 13, 2024
1 parent 5d46b9d commit 242ecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usecase/fzf_make/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ fn render_history_block(
fn render_hint_block(model: &mut SelectTargetState, f: &mut Frame, chunk: ratatui::layout::Rect) {
let hint_text = match model.current_pane {
CurrentPane::Main => {
"Execute the selected target: <enter> | Select target: ↑/↓ | Narrow down target: (type any character) | Move to next tab: <tab> | Quit: <esc>"
"Execute the selected target: <enter> | Select target: ↑/↓ | Narrow down target: (type any character) | Move to next tab: <tab> | Quit: <esc>"
}
CurrentPane::History => {
"Execute the selected target: <enter> | Select target: ↑/↓ | Move to next tab: <tab> | Quit: q/<esc>"
Expand Down

0 comments on commit 242ecb5

Please sign in to comment.