summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-06-22 13:51:50 +0200
committerCanop <cano.petrole@gmail.com>2020-06-22 13:51:50 +0200
commitd21fbdebbb0c58bac98e69419c8c4deb7d37a27a (patch)
treeddebe40242abc617a00a302e905ceb29902637eb /Cargo.toml
parent0785091302b6118c19f2a6537f7a7337745af0b2 (diff)
new internal to define readline-like input edition shortcuts
You may now add this kind of shortcuts: ```toml [[verbs]] key = "alt-b" execution = ":input_go_word_left" [[verbs]] key = "alt-f" execution = ":input_go_word_right" [[verbs]] key = "alt-l" execution = ":input_del_word_left" [[verbs]] key = "alt-r" execution = ":input_del_word_right" ``` Fix #235
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 52c6415..719c96e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.16.0"
+version = "0.16.1-dev"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
@@ -38,7 +38,7 @@ regex = "1.3"
secular = "0.2"
simplelog = "0.7"
strict = "0.1.3"
-termimad = "0.8.23"
+termimad = "0.8.24"
toml = "0.5"
umask = "1.0"