Implement CopyPath

This commit is contained in:
Antonio Scandurra 2022-05-26 16:45:41 +02:00
parent 5b2d6e41f3
commit eedb29963c
2 changed files with 10 additions and 3 deletions

View file

@ -352,6 +352,7 @@
"bindings": {
"left": "project_panel::CollapseSelectedEntry",
"right": "project_panel::ExpandSelectedEntry",
"cmd-alt-c": "project_panel::CopyPath",
"f2": "project_panel::Rename",
"backspace": "project_panel::Delete"
}