diff options
| author | lukeflo | 2024-11-18 14:59:57 +0100 |
|---|---|---|
| committer | lukeflo | 2024-11-18 14:59:57 +0100 |
| commit | 8bbce4ed6ab906274e9d02503600617c48fa2c83 (patch) | |
| tree | 678e05090afa1d7c510a574bbc6b32b881ee7836 /src/tui/popup.rs | |
| parent | 558712ac6741c28777f69b93ccb6b4a5e0d4ff22 (diff) | |
| download | bibiman-8bbce4ed6ab906274e9d02503600617c48fa2c83.tar.gz bibiman-8bbce4ed6ab906274e9d02503600617c48fa2c83.zip | |
some typos
Diffstat (limited to 'src/tui/popup.rs')
| -rw-r--r-- | src/tui/popup.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tui/popup.rs b/src/tui/popup.rs index 4cde704..cd6c680 100644 --- a/src/tui/popup.rs +++ b/src/tui/popup.rs @@ -51,6 +51,7 @@ impl PopupArea { ("?: ", "Show help"), ("Entry Table", "sub"), ("j,k|↓,↑: ", "Select next/previous entry"), + ("Ctrl+d,Ctrl+u: ", "Select fifth-next/previous entry"), ("h,l|←,→: ", "Select next/previous column"), ("g|Home: ", "Go to first entry"), ("G|End: ", "Go to last entry"), @@ -62,6 +63,7 @@ impl PopupArea { ("ESC: ", "Reset all lists"), ("Keyword List", "sub"), ("j,k|↓,↑: ", "Select next/previous item"), + ("Ctrl+d,Ctrl+u: ", "Select fifth-next/previous entry"), ("g|Home: ", "Go to first keyword"), ("G|End: ", "Go to last keyword"), ("ENTER: ", "Filter by selected keyword"), |
