]> git.deb.at Git - pkg/abook.git/blobdiff - help.h
added duplicate item command
[pkg/abook.git] / help.h
diff --git a/help.h b/help.h
index 8fe0aa4fa57b2ea28fcb19af3fb6bc8400472a4a..95d27f4bc76c80a71c1acf7f4cb3019ee1ce3857 100644 (file)
--- a/help.h
+++ b/help.h
@@ -9,12 +9,14 @@ static char *mainhelp[] = {
 
 "      ?               help\n",
 "      q               quit\n",
+"      Q               quit and print selected item(s) to stderr\n",
 "      ^L              refresh screen\n",
 "\n",
 "      arrows / j,k    scroll list\n",
 "      enter           view/edit item\n",
 "      a               add item\n",
 "      r / del         remove selected items\n",
+"      D               duplicate item\n",
 "\n",
 "      space           select item\n",
 "      +               select all\n",
@@ -31,6 +33,7 @@ static char *mainhelp[] = {
 "\n",
 "      s               sort database\n",
 "      S               \"surname sort\"\n",
+"      F               sort by field (defined in configuration file)\n",
 "\n",
 "      /               find\n",
 "      \\              find next\n",
@@ -39,7 +42,7 @@ static char *mainhelp[] = {
 "      Z               move current item down\n",
 "\n",
 "      m               send mail with mutt\n",
-"      u               view URL with lynx\n",
+"      u               view URL with www browser\n",
 NULL
 
 };
@@ -51,10 +54,16 @@ static char *editorhelp[] = {
 "\n",
 "      1 - 5                   edit fields\n",
 "\n",
+"      k or <                  previous item\n",
+"      j or >                  next item\n",
+"\n",
 "      r                       roll e-mail addresses\n",
 "\n",
 "      u                       undo\n",
 "\n",
+"      m                       send mail with mutt\n",
+"      v                       view url with WWW browser\n",
+"\n",
 NULL
 
 };