From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- .w3m/menu | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .w3m/menu (limited to '.w3m/menu') diff --git a/.w3m/menu b/.w3m/menu new file mode 100644 index 0000000..c40fe54 --- /dev/null +++ b/.w3m/menu @@ -0,0 +1,33 @@ +menu Main + popup "Buffer ops >(b)" Buffer "b" + popup "Links ops >(l)" Link "lL" + nop "---------------" + popup "Bookmarks >(B)" Bookmark "B" + func "Help >(h)" HELP "hH" + func "Options >(o)" OPTIONS "oO" + nop "---------------" + func "Quit >(o)" OPTIONS "qQ" +end + +menu Buffer + popup "Buffer selection (s)" Select "s" + func "URL new tab (o)" TAB_GOTO "oO" + func "View source (v)" VIEW "vV" + func "Edit source (e)" EDIT "eE" + func "Save source (S)" SAVE "S" + func "Reload (r)" RELOAD "rR" +end + +menu Link + func "Go Link (a)" GOTO_LINK "a" + func "Save Link (A)" SAVE_LINK "A" + func "View Image (i)" VIEW_IMAGE "i" + func "Save Image (I)" SAVE_IMAGE "I" + func "View Frame (f)" FRAME "fF" +end + +menu Bookmark + func "Read bookmark (b)" BOOKMARK "bB" + func "Add page to bookmark (a)" BOOKMARK "aA" +end + -- cgit v1.2.3