plugins.chadtree.keymap.fileOperations.copy
Copy the selected files to location under cursor.
Plugin default: ["p"]
Type: null or (list of string)
Default:
null
Declared by:
plugins.chadtree.keymap.fileOperations.cut
Move the selected files to location under cursor.
Plugin default: ["x"]
Type: null or (list of string)
Default:
null
Declared by:
plugins.chadtree.keymap.fileOperations.delete
Delete the selected files. Items deleted cannot be recovered.
Plugin default: ["d"]
Type: null or (list of string)
Default:
null
Declared by:
plugins.chadtree.keymap.fileOperations.link
Create links at location under cursor from selection.
Links are always relative.
Intermediary folders are created automatically.
Plugin default: ["A"]
Type: null or (list of string)
Default:
null
Declared by:
plugins.chadtree.keymap.fileOperations.new
Create new file at location under cursor. Files ending with platform specific path separator will be folders.
Intermediary folders are created automatically.
ie. uwu/owo/
under unix will create uwu/
then owo/
under it. Both are folders.
Plugin default: ["a"]
Type: null or (list of string)
Default:
null
Declared by:
plugins.chadtree.keymap.fileOperations.rename
Rename file under cursor.
Plugin default: ["r"]
Type: null or (list of string)
Default:
null
Declared by:
plugins.chadtree.keymap.fileOperations.toggleExec
Toggle all the +x
bits of the selected / highlighted files.
Except for directories, where -x
will prevent reading.
Plugin default: ["X"]
Type: null or (list of string)
Default:
null
Declared by:
plugins.chadtree.keymap.fileOperations.trash
Trash the selected files using platform specific trash
command, if they are available.
Items trashed may be recovered.
Plugin default: [t]
Type: null or (list of string)
Default:
null
Declared by: