From 7e2587a7d04be67faed234e3b1ea8466df417228 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Wed, 25 Nov 2020 10:09:12 +0100 Subject: [PATCH] vault: Document Ctrl+C as shortcut for quitting. --- src/vault.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vault.rs b/src/vault.rs index 52adcdf..e32d6e4 100644 --- a/src/vault.rs +++ b/src/vault.rs @@ -192,7 +192,7 @@ pub fn show(siv: &mut Cursive, auth_data: AuthData, vault_data: VaultData) { ) .child( LinearLayout::horizontal() - .child(TextView::new("^U: Copy username ^P: Copy password").full_width()) + .child(TextView::new("^C: Quit ^U: Copy username ^P: Copy password").full_width()) .child(TextView::new("^F: fuzzy-search")), );