Lf: Add a command to select all files

Created on 16 Jun 2019  路  4Comments  路  Source: gokcehan/lf

question

Most helpful comment

@alexherbo2 You can combine :unselect and :invert commands for this purpose:

cmd select-all :unselect; invert

All 4 comments

@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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mvrozanti picture mvrozanti  路  6Comments

muellerto picture muellerto  路  8Comments

johnhk picture johnhk  路  8Comments

ckp95 picture ckp95  路  6Comments

lucas-mior picture lucas-mior  路  6Comments