Skip to content

Commit

Permalink
Added missing shortcut help
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-cpsn committed Feb 12, 2024
1 parent 999d530 commit 3ab1e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app_states.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ impl App<'_> {
let selected_request_index = self.collection.selected.unwrap();
let selected_request = &self.collection.items[selected_request_index];

let mut base_keys = String::from("Esc Space Tab ^(u)rl ^(a)uth ^(b)ody");
let mut base_keys = String::from("Esc Space Tab (u)rl (m)ethod ^(a)uth ^(b)ody");

let additional_keys = match self.request_param_tab {
RequestParamsTabs::Params => None,
Expand Down

0 comments on commit 3ab1e32

Please sign in to comment.