Skip to content

Commit

Permalink
Fixed #118 and #114
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-cpsn committed Oct 27, 2024
1 parent a90c8b0 commit 6c11948
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example_resources/key_bindings/default_key_bindings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ display_help = "Ctrl-h" # Take care to not overlap other inputs, the help can be

# Collection name, request name, URL, Header, Query param, Basic Auth, Bearer Token
[keybindings.generic.text_inputs.text_input]
cancel = "Esc"
confirm = "Enter"
cancel = "Esc"

delete_backward = "Delete"
delete_forward = "Backspace"
Expand Down
4 changes: 3 additions & 1 deletion example_resources/key_bindings/vim_key_bindings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ display_help = "Shift-h" # Take care to not overlap other inputs, the help can b

# Collection name, request name, URL, Header, Query param, Basic Auth, Bearer Token
[keybindings.generic.text_inputs.text_input]
cancel = "Esc"
confirm = "Enter"
cancel = "Esc"

delete_backward = "Delete"
delete_forward = "Backspace"

move_cursor_left = "Ctrl-h"
move_cursor_right = "Ctrl-l"
move_cursor_line_start = "Home"
move_cursor_line_end = "End"

# Request body
[keybindings.generic.text_inputs]
Expand Down

0 comments on commit 6c11948

Please # to comment.