change default config

Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
This commit is contained in:
Hadi
2026-05-13 17:04:06 +02:00
parent 26994a3a37
commit 47d2cf6845
+4 -4
View File
@@ -13,13 +13,13 @@ intercept:
- '\.(js|css|png|gif|ico|woff2?|ttf|svg)(\?.*)?$' - '\.(js|css|png|gif|ico|woff2?|ttf|svg)(\?.*)?$'
replay: replay:
switch_to_page_on_send: false switch_to_page_on_send: true
history: 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: tui:
use_nerdfont_icons: true use_nerdfont_icons: false
default_sidebar_state: "expanded" # hidden, collapsed, expanded default_sidebar_state: "expanded" # hidden, collapsed, expanded
pretty_print_body: true # auto-indent JSON and HTML response bodies pretty_print_body: true # auto-indent JSON and HTML response bodies
colors: colors:
@@ -62,7 +62,7 @@ keybindings:
forward_all: "F" forward_all: "F"
drop: "d" drop: "d"
drop_all: "D" drop_all: "D"
toggle_intercept: "a" toggle_intercept: "i"
capture_response: "r" capture_response: "r"
undo_edits: "ctrl+z" undo_edits: "ctrl+z"
edit: "e,enter" edit: "e,enter"