From 87de35f9acd3f98a5f7c2bb279ee18ff98dd6701 Mon Sep 17 00:00:00 2001 From: Tim Hammerquist Date: Tue, 15 Jul 2008 00:31:24 +0000 Subject: [PATCH] add vimperatorrc to tutorial. fix typo. --- locale/en-US/tutorial.txt | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/locale/en-US/tutorial.txt b/locale/en-US/tutorial.txt index a8a33942..63cb0787 100644 --- a/locale/en-US/tutorial.txt +++ b/locale/en-US/tutorial.txt @@ -166,7 +166,7 @@ to return here, depending on which key you used to activate QuickHint mode. section:Common{nbsp}Issues[common_issues] -Say you get half-way down typing in a new URL, only to remember that you've +Say you get half-way done typing in a new URL, only to remember that you've already got that page open in the previous tab. Your command-line might look something like this: @@ -178,6 +178,20 @@ following: gT +section:Saving{nbsp}for{nbsp}Posterity{nbsp}-{nbsp}vimperatorrc[vimperatorrc] + +Once you get Vimperator set up with your desired options, maps, and +commands, you'll probably want them to be available the next time you +open Vimperator. Continuing the Vim theme, this is done with a +vimperatorrc file. + +To save your current settings and allow them to be loaded automatically +next time you start Vimperator, issue the [c]:mkv[c] command. + +This will create the file *$HOME/.vimperatorrc* containing your settings. +It is a simple text file, just like a vimrc file and can be easily +edited to suit your preferences. + section:Find{nbsp}the{nbsp}Exit{nbsp}Nearest{nbsp}You[quitting_without_menus]