First commit for arachnidsGrip
This commit is contained in:
59
.config/nvim/coc-settings.json
Normal file
59
.config/nvim/coc-settings.json
Normal file
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user