feat: Support copy name and path (#385)

This commit is contained in:
Zi莱卷
2021-05-21 14:32:48 +08:00
committed by GitHub
parent ef570074e0
commit d6ab59fd5a
4 changed files with 35 additions and 0 deletions

View File

@@ -59,6 +59,9 @@ local keypress_funcs = {
rename = fs.rename(false),
full_rename = fs.rename(true),
copy = fs.copy,
copy_name = fs.copy_filename,
copy_path = fs.copy_path,
copy_absolute_path = fs.copy_absolute_path,
cut = fs.cut,
paste = fs.paste,
close_node = lib.close_node,