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

Loading…
Cancel
Save