summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-09-24 18:19:07 +0200
committerCanop <cano.petrole@gmail.com>2022-09-24 18:32:33 +0200
commitff7265ca6437b858d9ed8e4472f4b7268a06e949 (patch)
treeddea91278b7a389a56b99f37fc2e1e506aa0d489 /CHANGELOG.md
parent109c57db154adbb005a5dc76804ee41bb72655ee (diff)
add the :select internal
This internal selects a visible tree line by its path (either absolute or relative)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6ae2c42..c7cf2d9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,8 +2,9 @@
- with `show_matching_characters_on_path_searches: false`, it's possible to show only file names even when searching paths - Fix #490
- `--sort-by-type-dirs-first` and `--sort-by-type-dirs-last` - Fix #602
- modal: in intput mode, uppercase letters don't trigger verbs anymore - Fix #604
-- fix :line_down_no_cycle which was cycling
+- fix :line_down_no_cycle which was cycling - Fix #603
- selecting lines up or down with the mouse wheel now wraps in both direction (ie going up when your on top brings you to the bottom, and vice-versa)
+- :select internal, which can be used to select a visible file when given a path as argument. Experimental
### v1.14.3 - 2022-09-12
<a name="v1.14.3"></a>