60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"explorer.keyMappings": {
|
|
"k": "nodePrev",
|
|
"j": "nodeNext",
|
|
|
|
"*": "toggleSelection",
|
|
"<tab>": "actionMenu",
|
|
|
|
"<Left>": "collapse",
|
|
"<Right>": "expand",
|
|
"J": ["toggleSelection", "normal:j"],
|
|
"K": ["toggleSelection", "normal:k"],
|
|
"gl": "expandRecursive",
|
|
"gh": "collapseRecursive",
|
|
"o": "expandOrCollapse",
|
|
"<cr>": "open",
|
|
"e": "open",
|
|
"E": "openInVsplit",
|
|
"t": "openInTab",
|
|
"<bs>": "gotoParent",
|
|
|
|
"y": "copyFilepath",
|
|
"Y": "copyFilename",
|
|
"c": "copyFile",
|
|
"x": "cutFile",
|
|
"p": "pasteFile",
|
|
"d": "delete",
|
|
"D": "deleteForever",
|
|
|
|
"a": "addFile",
|
|
"A": "addDirectory",
|
|
"r": "rename",
|
|
|
|
".": "toggleHidden",
|
|
"R": "refresh",
|
|
|
|
"?": "help",
|
|
"q": "quit",
|
|
"X": "systemExecute",
|
|
"gd": "listDrive",
|
|
|
|
"f": "search",
|
|
"F": "searchRecursive",
|
|
|
|
"gf": "gotoSource:file",
|
|
"gb": "gotoSource:buffer",
|
|
|
|
"[[": "sourcePrev",
|
|
"]]": "sourceNext",
|
|
|
|
"[d": "diagnosticPrev",
|
|
"]d": "diagnosticNext",
|
|
|
|
"[c": "gitPrev",
|
|
"]c": "gitNext",
|
|
"<<": "gitStage",
|
|
">>": "gitUnstage"
|
|
}
|
|
}
|