From 4e2cb03eca514d0e0f13258f0fe9b1a51b11f9d0 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Tue, 2 Feb 2016 10:38:37 +0000 Subject: [PATCH] Add missing 'edit' action to help, and reorder actions to match the status bar. --- golden-files/help | 6 +++--- vigil | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/golden-files/help b/golden-files/help index 9ed1936..3c0740e 100644 --- a/golden-files/help +++ b/golden-files/help @@ -27,18 +27,19 @@ │ │ │Keys: │ │ h - Show the help screen. (toggle) │ +│ q - Quit. │ │ d, c, j, k, f, v or arrow keys or mouse click - Move the cursor. │ │ D, C, J, K, F, V or page up, page down, home, end or the mouse wheel - │ │ Scroll the result pane. │ │ t - Turn the result pane to portrait or landscape orientation. (toggle) │ │ l - Show the activity log. (toggle) │ +│ e - Edit the current file in emacs. (Uses emacsclient) │ │ n - Move to the next issue. │ │ N - Move to the next issue of the current tool. │ -│ o - Order files by type, or by directory location. (toggle) │ │ p - Pause workers. (toggle) │ +│ o - Order files by type, or by directory location. (toggle) │ │ r - Refresh the currently selected report. │ │ s - Change the appearance of result statuses. (toggle) │ -│ q - Quit. │ │ │ │Statuses: │ │  Normal │ @@ -56,5 +57,4 @@ │ │ │ │ │ │ -│ │ └──────────────────────────────────────────────────────────────────────────────────────────────────┘ \ No newline at end of file diff --git a/vigil b/vigil index e71bea7..d837ade 100755 --- a/vigil +++ b/vigil @@ -33,18 +33,19 @@ Options: Keys: *h - Show the help screen. (toggle) + *q - Quit. *d, *c, *j, *k, *f, *v or arrow keys or mouse click - Move the cursor. *D, *C, *J, *K, *F, *V or page up, page down, home, end or the mouse wheel - Scroll the result pane. *t - Turn the result pane to portrait or landscape orientation. (toggle) *l - Show the activity log. (toggle) + *e - Edit the current file in emacs. (Uses emacsclient) *n - Move to the next issue. *N - Move to the next issue of the current tool. - *o - Order files by type, or by directory location. (toggle) *p - Pause workers. (toggle) + *o - Order files by type, or by directory location. (toggle) *r - Refresh the currently selected report. *s - Change the appearance of result statuses. (toggle) - *q - Quit. """