mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-13 16:18:33 +00:00
V[nN] uses scr.nkey=fun by default now
This commit is contained in:
parent
40b74449c5
commit
8abc606b5e
@ -1328,7 +1328,7 @@ R_API int r_core_config_init(RCore *core) {
|
||||
SETCB("scr.interactive", "true", &cb_scrint, "Start in interactive mode");
|
||||
SETI("scr.feedback", 1, "Set visual feedback level (1=arrow on jump, 2=every key (useful for videos))");
|
||||
SETCB("scr.html", "false", &cb_scrhtml, "Disassembly uses HTML syntax");
|
||||
SETCB("scr.nkey", "hit", &cb_scrnkey, "Select the seek mode in visual");
|
||||
SETCB("scr.nkey", "fun", &cb_scrnkey, "Select the seek mode in visual");
|
||||
SETCB("scr.pager", "", &cb_pager, "Select pager program (when output overflows the window)");
|
||||
SETPREF("scr.pipecolor", "false", "Enable colors when using pipes");
|
||||
SETPREF("scr.promptfile", "false", "Show user prompt file (used by r2 -q)");
|
||||
|
Loading…
Reference in New Issue
Block a user