From b2e9d3149bc3cb82072aae5f8766ab5d1d28a623 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Sun, 29 Nov 2009 13:30:29 -0500 Subject: [PATCH] tutorial: teach C-x C-f before teaching g C-x C-f is the universal way to browse to an url. g is just a shortcut within content buffers, so we now teach C-x C-f first in the tutorial. --- help/tutorial.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/help/tutorial.html b/help/tutorial.html index 2e98f49..aca3540 100644 --- a/help/tutorial.html +++ b/help/tutorial.html @@ -60,12 +60,15 @@ COPYING file.

Basic Navigation

- To have Conkeror prompt you for an URL and navigate there, type - g. The mnemonic is "go". A similar command, - find-alternate-url, is called with the sequence - C-x C-v. When find-alternate-url prompts you for an - url, the prompt will be pre-filled with the url of the current - buffer, so you can edit it. + To browse to an URL in a new content buffer, type C-x + C-f. This key sequence works from anywhere in Conkeror. + Additionally, if you are already in a content buffer (as opposed to a + buffer showing download progress or help), you can navigate the current + buffer to a new url with the g (find-url) key. + The mnemonic is "go". The key sequence C-x C-v + (find-alternate-url) is also available in content buffers. It is + identical to g except that the prompt will be + pre-filled with the current URL for you to edit.

-- 2.11.4.GIT