diff --git a/example_resources/key_bindings/default_key_bindings.toml b/example_resources/key_bindings/default_key_bindings.toml index 8e5236a..6b73793 100644 --- a/example_resources/key_bindings/default_key_bindings.toml +++ b/example_resources/key_bindings/default_key_bindings.toml @@ -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" diff --git a/example_resources/key_bindings/vim_key_bindings.toml b/example_resources/key_bindings/vim_key_bindings.toml index 124a70f..1bf0468 100644 --- a/example_resources/key_bindings/vim_key_bindings.toml +++ b/example_resources/key_bindings/vim_key_bindings.toml @@ -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]