plugins.chadtree.keymap.fileOperations.copy
Copy the selected files to location under cursor.
Type: null or (list of string)
Default:
null
Plugin default:
[
"p"
]
Declared by:
plugins.chadtree.keymap.fileOperations.cut
Move the selected files to location under cursor.
Type: null or (list of string)
Default:
null
Plugin default:
[
"x"
]
Declared by:
plugins.chadtree.keymap.fileOperations.delete
Delete the selected files. Items deleted cannot be recovered.
Type: null or (list of string)
Default:
null
Plugin default:
[
"d"
]
Declared by:
plugins.chadtree.keymap.fileOperations.link
Create links at location under cursor from selection.
Links are always relative.
Intermediary folders are created automatically.
Type: null or (list of string)
Default:
null
Plugin default:
[
"A"
]
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.
Type: null or (list of string)
Default:
null
Plugin default:
[
"a"
]
Declared by:
plugins.chadtree.keymap.fileOperations.rename
Rename file under cursor.
Type: null or (list of string)
Default:
null
Plugin default:
[
"r"
]
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.
Type: null or (list of string)
Default:
null
Plugin default:
[
"X"
]
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.
Type: null or (list of string)
Default:
null
Plugin default:
[
"t"
]
Declared by: