From dd1593b10dbd0602e7eb1e00774c4da9aa837b23 Mon Sep 17 00:00:00 2001 From: Justin Moser Date: Sat, 3 Dec 2022 14:57:59 -0600 Subject: [PATCH] Keybindings for editing the document from the pager --- ui/pager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/pager.go b/ui/pager.go index b3c56e8..575adc0 100644 --- a/ui/pager.go +++ b/ui/pager.go @@ -531,7 +531,7 @@ func (m pagerModel) helpView() (s string) { col1 := []string{ "g/home go to top", "G/end go to bottom", - "", + "e edit this document", memoOrStash, "esc back to files", "q quit",