summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDenys Séguret <cano.petrole@gmail.com>2023-09-26 20:10:20 +0200
committerGitHub <noreply@github.com>2023-09-26 20:10:20 +0200
commita898f33609ef7aba80c4a9c318536a3a6c616f7a (patch)
tree7f3e55c5f22a049eabe51f2f58ffa938deb80f4a /CHANGELOG.md
parent6613a4a37b66e21e779f6ad4df9f95552318cd53 (diff)
Issue 740 (#751)
Allow rebinding the `esc` and `tab` keys, using the `:escape` and `:next_match` internals. Fix #740
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86b6b89..9834035 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
### next
- fix fuzzy patterns not case insensitive on some characters - Fix #746
- when given a path to a file at launch, broot now selects it in the tree and opens it in preview - Fix #729
+- allow rebinding of the 'tab' and 'esc' keys with the `:next_match` and `:escape` internals - Fix #740
### v1.25.2 - 2023-09-20
<a name="v1.25.2"></a>