From 6c1194855fcfb2aa8a913c941f820dbf94e8892f Mon Sep 17 00:00:00 2001 From: Julien-cpsn Date: Sun, 27 Oct 2024 22:18:50 +0100 Subject: [PATCH] Fixed https://github.com/Julien-cpsn/ATAC/pull/118 and https://github.com/Julien-cpsn/ATAC/pull/114 --- example_resources/key_bindings/default_key_bindings.toml | 2 +- example_resources/key_bindings/vim_key_bindings.toml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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]