@alexherbo2 You can combine :unselect and :invert commands for this purpose:
cmd select-all :unselect; invert
sorry, I should've made a new issue for my previous comment, see #371.
Don鈥檛 you think select-all merits a dedicated command?
@alexherbo2 It's not obvious what should happen to selections in other directories with a builtin select-all command. invert command should cover most use cases. In other cases where a user selects some files and then decides to select all files instead, I think it is fair to expect the user to be explicit about what should happen to the previously selected files.
Most helpful comment
@alexherbo2 You can combine
:unselectand:invertcommands for this purpose: