From 47d2cf6845326d623b1f5fb58425c3756d7e2a93 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Wed, 13 May 2026 17:04:06 +0200 Subject: [PATCH] change default config Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- internal/config/default_config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/config/default_config.yaml b/internal/config/default_config.yaml index d428212..d0a7f80 100644 --- a/internal/config/default_config.yaml +++ b/internal/config/default_config.yaml @@ -13,13 +13,13 @@ intercept: - '\.(js|css|png|gif|ico|woff2?|ttf|svg)(\?.*)?$' replay: - switch_to_page_on_send: false + switch_to_page_on_send: true history: - skip_duplicates: false # if true, skip saving entries with the same method, host, path and body + skip_duplicates: true # if true, skip saving entries with the same method, host, path and body tui: - use_nerdfont_icons: true + use_nerdfont_icons: false default_sidebar_state: "expanded" # hidden, collapsed, expanded pretty_print_body: true # auto-indent JSON and HTML response bodies colors: @@ -62,7 +62,7 @@ keybindings: forward_all: "F" drop: "d" drop_all: "D" - toggle_intercept: "a" + toggle_intercept: "i" capture_response: "r" undo_edits: "ctrl+z" edit: "e,enter"