From 0749b67fbf4bcffda1ad75d9d343dfc753faf706 Mon Sep 17 00:00:00 2001 From: "Anna (navi) Figueiredo Gomes" Date: Mon, 20 Feb 2023 18:50:46 -0300 Subject: add neomuttrc Signed-off-by: Anna (navi) Figueiredo Gomes --- .config/neomutt/keybinds | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .config/neomutt/keybinds (limited to '.config/neomutt/keybinds') diff --git a/.config/neomutt/keybinds b/.config/neomutt/keybinds new file mode 100644 index 0000000..532ec32 --- /dev/null +++ b/.config/neomutt/keybinds @@ -0,0 +1,28 @@ +# vi: ft=neomuttrc + +bind index \Cr imap-fetch-mail +bind index g noop +bind index gg first-entry +bind index G last-entry +bind index,pager \Ck sidebar-prev +bind index,pager \Cj sidebar-next +bind index,pager \Co sidebar-open +bind index,pager \Cp sidebar-prev-new +bind index,pager \Cn sidebar-next-new +bind pager k previous-line +bind pager j next-line + +bind index h noop +bind index l display-message + +bind pager,attach h exit + +bind browser h goto-parent +bind browser l select-entry + +bind pager,browser gg top-page +bind pager,browser G bottom-page +bind pager,browser d half-down +bind pager,browser u half-up +bind index,pager R group-reply +bind editor complete-query -- cgit v1.2.3