You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# keymap.toml
[manager]
- { on = "<Space>", run = "select --state=none" },+ { on = "<Space>", run = "toggle" },
# keymap.toml
[manager]
- { on = "<C-r>", run = "select_all --state=none" },+ { on = "<C-r>", run = "toggle_all" },- { on = "<C-a>", run = "select_all --state=true" },+ { on = "<C-a>", run = "toggle_all on" },
Renamed the created, modified, accessed, length, and permissions properties of the Cha
created => btime
modified => mtime
accessed => atime
length => len
permissions => perm
Note that the old names are still available, but a deprecation warning will shown — they will be completely removed in the next major version 0.4.2. See #1761 for details.
Note
v0.4 is still under development, and this issue will be updated accordingly as progress is made.
1. Reserve the term
select
for future useSee #1773 for details.
1.1 - Renamed
select
command totoggle
The documentation is now available for the two new commands:
toggle
command andtoggle_all
command.1.2 - Renamed the
select
component topick
component2. Correct the misuse of the term
ctime
and unify othersSee #1761 for details.
2.1 - Renamed
ctime
tobtime
for thelinemode
command2.2 - Renamed
created
tobtime
,modified
tomtime
for thesort_by
option2.3 - Renamed
created
tobtime
,modified
tomtime
for thesort
commandThe text was updated successfully, but these errors were encountered: