aboutsummaryrefslogtreecommitdiff
path: root/src/tui/popup.rs
diff options
context:
space:
mode:
authorlukeflo2025-07-08 21:11:52 +0200
committerlukeflo2025-07-08 21:11:52 +0200
commit0a1a6ab89259543e3d68d2e537c74ecf5d8656fe (patch)
tree7b1caf0d5260968df1aea10db5fd2a43d712eff5 /src/tui/popup.rs
parent6ef7ca5bcfd4489d400481ad2a32fcbc85dee3aa (diff)
downloadbibiman-0a1a6ab89259543e3d68d2e537c74ecf5d8656fe.tar.gz
bibiman-0a1a6ab89259543e3d68d2e537c74ecf5d8656fe.zip
fix some tests, default config, help popup
Diffstat (limited to 'src/tui/popup.rs')
-rw-r--r--src/tui/popup.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tui/popup.rs b/src/tui/popup.rs
index 46e4792..4dbf6b6 100644
--- a/src/tui/popup.rs
+++ b/src/tui/popup.rs
@@ -87,8 +87,8 @@ impl PopupArea {
),
("y: ", "yank/copy citekey of selected entry to clipboard"),
("e: ", "Open editor at selected entry"),
- ("o: ", "Open with selected entry associated PDF"),
- ("u: ", "Open DOI/URL of selected entry"),
+ ("o: ", "Open resource attached to selected entry"),
+ ("n: ", "Create note for selected entry"),
("a: ", "Add new entry"),
("ESC: ", "Reset all lists"),
("Keyword List", "sub"),