mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-28 15:41:38 +00:00
Autocomplete <file> for more editors ##shell
This commit is contained in:
parent
afcbdf90da
commit
a391811663
@ -2565,7 +2565,11 @@ static void __init_autocomplete_default (RCore* core) {
|
||||
"#!rust", "#!zig", "#!pipe", "#!python", "aeli", "arp", "arpg", "dmd", "drp", "drpg", "o",
|
||||
"idp", "idpi", "L", "obf", "o+", "oc", "r2", "rabin2", "rasm2", "rahash2", "rax2",
|
||||
"rafind2", "cd", "ls", "on", "op", "wf", "rm", "wF", "wp", "Sd", "Sl", "to", "pm",
|
||||
"/m", "zos", "zfd", "zfs", "zfz", "cat", "wta", "wtf", "wxf", "dml", "vi",
|
||||
"/m", "zos", "zfd", "zfs", "zfz", "cat", "wta", "wtf", "wxf", "dml",
|
||||
"vi", "vim", "nvi", "neovim", "nvim", "nano",
|
||||
#if __WINDOWS__
|
||||
"notepad",
|
||||
#endif
|
||||
"less", "head", "tail", NULL
|
||||
};
|
||||
const char *vars[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user