summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorNoah Too <krivahtoo@gmail.com>2022-10-21 21:30:45 +0300
committerGitHub <noreply@github.com>2022-10-21 14:30:45 -0400
commitdabcffdc32f1bd5e7d074ea2006fc485e65fcd3e (patch)
tree93ee0a8fa716f686318b0fbd9488f5bea61b2d72 /docs
parent38e82d4844a867f8b4ab5460dc54dd1b0f29afcb (diff)
Rework filter and flat commands to be dirlist specific (#209)
* rework filter and flat commands now filter and flat commands are specific to directory list and refreshing wouldn't reset the commands * add doc for filter command * execute interactive command on backspace * fix merge errors
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/keymap.toml.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/configuration/keymap.toml.md b/docs/configuration/keymap.toml.md
index fa581dc..ebdb4fa 100644
--- a/docs/configuration/keymap.toml.md
+++ b/docs/configuration/keymap.toml.md
@@ -235,6 +235,8 @@ function joshuto() {
- `--deselect=true`: deselect rather than select
- `glob`: select files based on glob (just like `search_glob`)
- `select *.png`
+ - `filter`:Case insensitively filter the current directory list.
+ - `:filter ca`: filter the current directory and show only items with `ca` in the name
## Integration
- `bulk_rename`: rename all selected files