summaryrefslogtreecommitdiffstats
path: root/alacritty
diff options
context:
space:
mode:
authorNathan Lilienthal <nathan@nixpulvis.com>2021-04-26 12:08:26 -0400
committerNathan Lilienthal <nathan@nixpulvis.com>2021-04-26 19:10:00 -0400
commit11cbc439c8785ed937125e0ba2a60ef470564a5e (patch)
tree26757d032c90888fc0ee46f6b8a6c1cd24ca89b0 /alacritty
parentc688adc7b514de92afdb9c3c27faeda95f8fa475 (diff)
Update vi-mode `Open` config docs for hints
Diffstat (limited to 'alacritty')
-rw-r--r--alacritty/src/display/hint.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/src/display/hint.rs b/alacritty/src/display/hint.rs
index 6ab68f10..f2f49b5d 100644
--- a/alacritty/src/display/hint.rs
+++ b/alacritty/src/display/hint.rs
@@ -165,7 +165,7 @@ impl HintState {
}
/// Hint match which was selected by the user.
-#[derive(Clone)]
+#[derive(Debug, Clone)]
pub struct HintMatch {
/// Action for handling the text.
pub action: HintAction,