Documentation fixes and cli help improvement

pull/611/head
Arijit Basu 1 year ago
parent 4f0db1f3e3
commit 252a1f5c37
No known key found for this signature in database
GPG Key ID: 0F8EF5258DC38077

@ -801,7 +801,7 @@ xplr.config.node_types.symlink.meta.icon = "§"
-- xplr.config.node_types.mime_essence = {
-- application = {
-- -- application/*
-- ["*"] = { meta = { icon = "a" } }
-- ["*"] = { meta = { icon = "a" } },
--
-- -- application/pdf
-- pdf = { meta = { icon = "" }, style = { fg = "Blue" } },
@ -2465,7 +2465,6 @@ xplr.config.modes.builtin.sort = {
"ExplorePwdAsync",
},
},
["c"] = {
help = "by created",
messages = {
@ -2473,7 +2472,6 @@ xplr.config.modes.builtin.sort = {
"ExplorePwdAsync",
},
},
["C"] = {
help = "by created reverse",
messages = {
@ -2481,7 +2479,6 @@ xplr.config.modes.builtin.sort = {
"ExplorePwdAsync",
},
},
["l"] = {
help = "by last modified",
messages = {
@ -2489,7 +2486,6 @@ xplr.config.modes.builtin.sort = {
"ExplorePwdAsync",
},
},
["L"] = {
help = "by last modified reverse",
messages = {

Loading…
Cancel
Save