From c790b0fc1127c66bb7b33ccbaf4c0e8090e5530b Mon Sep 17 00:00:00 2001 From: Simon Lydell Date: Fri, 6 Nov 2015 07:34:45 +0100 Subject: [PATCH] Tiny documentation fixes --- documentation/api.md | 2 +- documentation/commands.md | 7 ++++++- documentation/options.md | 9 +++++---- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/documentation/api.md b/documentation/api.md index 841de24..6e7ff28 100644 --- a/documentation/api.md +++ b/documentation/api.md @@ -541,7 +541,7 @@ might break with new VimFx versions. As soon as VimFx 1.0.0 is released backwards compatibility will be a priority and won’t be broken until VimFx 2.0.0. -[option overrides]: #vimfxaddOptionOverridesrules +[option overrides]: #vimfxaddoptionoverridesrules [categories]: #vimfxgetcategories [`vimfx.modes`]: #vimfxmodes [onInput]: #oninput diff --git a/documentation/commands.md b/documentation/commands.md index 383ee83..18a9587 100644 --- a/documentation/commands.md +++ b/documentation/commands.md @@ -76,7 +76,7 @@ Explained in its own section below. Firefox lets you scroll with the arrow keys, page down, page up, home, end and space by default. VimFx provides similar scrolling commands (and actually -overrides space), but they work a little bit differently. +overrides ``), but they work a little bit differently. They scroll _the currently focused element._ If the currently focused element isn’t scrollable, or there is no (apparent) currently focused element, the @@ -192,8 +192,13 @@ tab instead, as if you’d used the `f` command. Holding alt toggles whether to open tabs in the background or foreground—it makes `F` work like `gf`, and `gf` like `F`. +(Also see the advanced prefs [hints\_toggle\_in\_tab] and +[hints\_toggle\_in\_background].) + [hint chars]: options.md#hint-chars [Styling]: styling.md +[hints\_toggle\_in\_tab]: options.md#hints_toggle_in_tab +[hints\_toggle\_in\_background]: options.md#hints_toggle_in_background ## Ignore mode `` diff --git a/documentation/options.md b/documentation/options.md index c6b8389..8785e55 100644 --- a/documentation/options.md +++ b/documentation/options.md @@ -106,13 +106,14 @@ you), which makes it safe to prevent all focusing in those time spans. If you use more than one keyboard layout, you probably want to enable this option. -People who use a keyboard layout without the letters A-Z usually also use the +People who use a keyboard layout _without_ the letters A–Z usually also use the standard en-US QWERTY layout as well. This option makes VimFx ignore your current layout and pretend that the standard -en-US QWERTY layout is always used. This way the default shortcuts work even if -your layout doesn’t contain the letters A-Z and all shorcuts can be typed by the -same physical keys on your keyboard regardless of your current keyboard layout. +en-US QWERTY layout is _always_ used. This way the default shortcuts work even +if your layout doesn’t contain the letters A–Z and all shorcuts can be typed by +the same physical keys on your keyboard regardless of your current keyboard +layout. (If you’d like VimFx to pretend that some other keyboard layout than the standard en-US QWERTY is always used, you may do so with the special option -- 2.39.3