From 215b35f7bb125b03ce43f6dfbe45ba2fe7dc6b0b Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 30 Jun 2017 16:38:06 +0100 Subject: [PATCH] ui: doc: update manual --- hledger-ui/doc/hledger-ui.1.m4.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hledger-ui/doc/hledger-ui.1.m4.md b/hledger-ui/doc/hledger-ui.1.m4.md index 3930b7c08..152b31d36 100644 --- a/hledger-ui/doc/hledger-ui.1.m4.md +++ b/hledger-ui/doc/hledger-ui.1.m4.md @@ -92,7 +92,7 @@ The cursor keys navigate: `right` (or `enter`) goes deeper, `left` returns to the previous screen, `up`/`down`/`page up`/`page down`/`home`/`end` move up and down through lists. -Vi-style `h`/`j`/`k`/`l` movement keys are also supported. +Vi-style (`h`/`j`/`k`/`l`) and Emacs-style (`CTRL-p`/`CTRL-n`/`CTRL-f`/`CTRL-b`) movement keys are also supported. A tip: movement speed is limited by your keyboard repeat rate, to move faster you may want to adjust it. (If you're on a mac, the Karabiner app is one way to do that.) @@ -118,6 +118,9 @@ There are also keys for quickly adjusting some common filters like account depth `ESCAPE` removes all filters and jumps back to the top screen. Or, it cancels a minibuffer edit or help dialog in progress. +`CTRL-l` redraws the screen and centers the selection if possible +(selections near the top won't be centered, since we don't scroll above the top). + `g` reloads from the data file(s) and updates the current screen and any previous screens. (With large files, this could cause a noticeable pause.)