From d3e0974640f8138c26b010bd63e3d9caa2ffdfef Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 11:27:24 +0100 Subject: Note global-marks fix in "release notes". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5abe3196..c19e0857 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Release Notes ([here](https://github.com/philc/vimium/wiki/Search-Completion) and [here](https://github.com/philc/vimium/wiki/Tips-and-Tricks#repeat-recent-queries)). - A much improved interface for custom search engines. -- Bug fixes: bookmarklets accessed from the vomnibar. +- Bug fixes: bookmarklets accessed from the vomnibar, global marks. 1.51 (2015-05-02) -- cgit v1.2.3 From 6fa88abbad70c19d5f9d69acff0e16844a2629b6 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 15:58:47 +0100 Subject: Note `` in README. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index c19e0857..18373f66 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ Release Notes ([here](https://github.com/philc/vimium/wiki/Search-Completion) and [here](https://github.com/philc/vimium/wiki/Tips-and-Tricks#repeat-recent-queries)). - A much improved interface for custom search engines. +- Added "\`\`" to jump back to previous position after a jump. - Bug fixes: bookmarklets accessed from the vomnibar, global marks. 1.51 (2015-05-02) -- cgit v1.2.3 From 474e986059cbf27ddbfb499f5b50b45bb41a3159 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 18:44:49 +0100 Subject: Add mark commands to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 18373f66..d55f7dff 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,9 @@ Navigating the current page: yf copy a link url to the clipboard gf cycle forward to the next frame gF focus the main/top frame + ma, mA set local (global) mark "a" ("A") + `a, `A jump to local (global) mark "a" ("A") + `` jump back to position before previous jump -- before gg, G, n, N, / and `a Navigating to new pages: -- cgit v1.2.3 From 3d31289c1a246d230bc776c979d0d12c0a7f5e03 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 18:46:14 +0100 Subject: Add mark commands to README, fix spacing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d55f7dff..26c4a986 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ Navigating the current page: yf copy a link url to the clipboard gf cycle forward to the next frame gF focus the main/top frame - ma, mA set local (global) mark "a" ("A") - `a, `A jump to local (global) mark "a" ("A") + ma, mA set local (global) mark "a" ("A") + `a, `A jump to local (global) mark "a" ("A") `` jump back to position before previous jump -- before gg, G, n, N, / and `a Navigating to new pages: -- cgit v1.2.3 From eb3d4c89e666f178ab0ecdd1e789cc3794ea71b5 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 18:48:06 +0100 Subject: Add mark commands to README, move to own section --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 26c4a986..31bb8c2a 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,6 @@ Navigating the current page: yf copy a link url to the clipboard gf cycle forward to the next frame gF focus the main/top frame - ma, mA set local (global) mark "a" ("A") - `a, `A jump to local (global) mark "a" ("A") - `` jump back to position before previous jump -- before gg, G, n, N, / and `a Navigating to new pages: @@ -82,6 +79,12 @@ Manipulating tabs: T search through your open tabs pin/unpin current tab +Using marks: + + ma, mA set local (global) mark "a" ("A") + `a, `A jump to local (global) mark "a" ("A") + `` jump back to position before previous jump -- before gg, G, n, N, / and `a + Additional advanced browsing commands: ]] Follow the link labeled 'next' or '>'. Helpful for browsing paginated sites. -- cgit v1.2.3 From 10df5755197d28f7a180160ecfec0e28f034ceeb Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 18:50:02 +0100 Subject: Add mark commands to README, wording --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 31bb8c2a..aa77e980 100644 --- a/README.md +++ b/README.md @@ -81,9 +81,9 @@ Manipulating tabs: Using marks: - ma, mA set local (global) mark "a" ("A") - `a, `A jump to local (global) mark "a" ("A") - `` jump back to position before previous jump -- before gg, G, n, N, / and `a + ma, mA set local mark "a" (global mark "A") + `a, `A jump to local mark "a" (global mark "A") + `` jump back to the position before previous jump -- before gg, G, n, N, / and `a Additional advanced browsing commands: -- cgit v1.2.3 From 70892043f9e32b528f6debe829445585b2ec61e1 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 18:50:57 +0100 Subject: Add mark commands to README, wording --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index aa77e980..3bb9c6e7 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Using marks: ma, mA set local mark "a" (global mark "A") `a, `A jump to local mark "a" (global mark "A") - `` jump back to the position before previous jump -- before gg, G, n, N, / and `a + `` jump back to the position before the previous jump -- before gg, G, n, N, / or `a Additional advanced browsing commands: -- cgit v1.2.3 From 2251e082b776957f3c3d7476dfd6eefe31d023f1 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 18:51:49 +0100 Subject: Add mark commands to README, formatting --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3bb9c6e7..ab6cb8b6 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,8 @@ Using marks: ma, mA set local mark "a" (global mark "A") `a, `A jump to local mark "a" (global mark "A") - `` jump back to the position before the previous jump -- before gg, G, n, N, / or `a + `` jump back to the position before the previous jump + -- that is, before the previous gg, G, n, N, / or `a Additional advanced browsing commands: -- cgit v1.2.3 From 23e415e60ceb25ddd30c65e2569d00a70f102681 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 20:09:57 +0100 Subject: Make layout consistent in README commands. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ab6cb8b6..02e3827d 100644 --- a/README.md +++ b/README.md @@ -68,16 +68,16 @@ Navigating your history: Manipulating tabs: - J, gT go one tab left - K, gt go one tab right - g0 go to the first tab - g$ go to the last tab - t create tab - yt duplicate current tab - x close current tab - X restore closed tab (i.e. unwind the 'x' command) - T search through your open tabs - pin/unpin current tab + J, gT go one tab left + K, gt go one tab right + g0 go to the first tab + g$ go to the last tab + t create tab + yt duplicate current tab + x close current tab + X restore closed tab (i.e. unwind the 'x' command) + T search through your open tabs + pin/unpin current tab Using marks: -- cgit v1.2.3 From 42ca5182bbedff43405055bafdf46062e92cb4aa Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 20:14:16 +0100 Subject: README layout; avoid horizontal scroll bars. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 02e3827d..ceeb3d24 100644 --- a/README.md +++ b/README.md @@ -56,11 +56,13 @@ Navigating to new pages: Using find: - / enter find mode -- type your search query and hit enter to search or esc to cancel - See here for advanced usage (regular expressions): https://github.com/philc/vimium/wiki/Find-Mode + / enter find mode + -- type your search query and hit enter to search, or ESC to cancel n cycle forward to the next find match N cycle backward to the previous find match +For advanced usage, see [regular expressions](https://github.com/philc/vimium/wiki/Find-Mode) on the wiki. + Navigating your history: H go back in history @@ -84,7 +86,7 @@ Using marks: ma, mA set local mark "a" (global mark "A") `a, `A jump to local mark "a" (global mark "A") `` jump back to the position before the previous jump - -- that is, before the previous gg, G, n, N, / or `a + -- that is, before the previous gg, G, n, N, / or `a Additional advanced browsing commands: -- cgit v1.2.3 From a946fe96b53d65fbbd01992d4a12c4404a611f49 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 20:18:33 +0100 Subject: README; improve consistency of Esc usage. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ceeb3d24..4fce4053 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Navigating the current page: F open a link in a new tab r reload gs view source - i enter insert mode -- all commands will be ignored until you hit esc to exit + i enter insert mode -- all commands will be ignored until you hit Esc to exit yy copy the current url to the clipboard yf copy a link url to the clipboard gf cycle forward to the next frame @@ -57,7 +57,7 @@ Navigating to new pages: Using find: / enter find mode - -- type your search query and hit enter to search, or ESC to cancel + -- type your search query and hit enter to search, or Esc to cancel n cycle forward to the next find match N cycle backward to the previous find match @@ -90,8 +90,8 @@ Using marks: Additional advanced browsing commands: - ]] Follow the link labeled 'next' or '>'. Helpful for browsing paginated sites. - [[ Follow the link labeled 'previous' or '<'. Helpful for browsing paginated sites. + ]], [[ Follow the link labeled 'next' or '>' ('previous' or '<') + - helpful for browsing paginated sites open multiple links in a new tab gi focus the first (or n-th) text input box on the page gu go up one level in the URL hierarchy @@ -101,7 +101,7 @@ Additional advanced browsing commands: v enter visual mode; use p/P to paste-and-go, use y to yank V enter visual line mode -Vimium supports command repetition so, for example, hitting `5t` will open 5 tabs in rapid succession. `` (or +Vimium supports command repetition so, for example, hitting `5t` will open 5 tabs in rapid succession. `` (or ``) will clear any partial commands in the queue and will also exit insert and find modes. There are some advanced commands which aren't documented here; refer to the help dialog (type `?`) for a full @@ -383,7 +383,7 @@ does not support command repetition. - Bug fixes related to entering insert mode when the page first loads, and when focusing Flash embeds. - Added command listing to the Options page for easy reference. - `J` & `K` have reversed for tab switching: `J` goes left and `K` goes right. -- `` is now equivalent to ESC, to match the behavior of VIM. +- `` is now equivalent to `Esc`, to match the behavior of VIM. - `` and `` are now mapped to scroll down and up respectively. - The characters used for link hints are now configurable under Advanced Options. @@ -393,7 +393,7 @@ does not support command repetition. - Command `yy` to yank (copy) the current tab's url to the clipboard. - Better Linux support. - Fix for `Shift+F` link hints. -- `ESC` now clears the keyQueue. So, for example, hitting `g`, `ESC`, `g` will no longer scroll the page. +- `Esc` now clears the keyQueue. So, for example, hitting `g`, `Esc`, `g` will no longer scroll the page. 1.1 (2010-01-03) -- cgit v1.2.3 From 08446b6dc8d799e4c528050004312bd90c1bc351 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 20:23:24 +0100 Subject: README; correct inacurate informatiom. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4fce4053..5c86223c 100644 --- a/README.md +++ b/README.md @@ -110,8 +110,7 @@ list. Custom Key Mappings ------------------- -You may remap or unmap any of the default key bindings in the "Key mappings" section under "Advanced Options" -on the options page. +You may remap or unmap any of the default key bindings in the "Custom key mappings" on the options page. Enter one of the following key mapping commands per line: -- cgit v1.2.3 From 6a5449ae02da9a9eb483380ed24401a1b5bd50cc Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 20:24:49 +0100 Subject: README; correct (syntactically) inacurate informatiom. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5c86223c..47f09548 100644 --- a/README.md +++ b/README.md @@ -127,10 +127,11 @@ Examples: - `unmap ` removes any mapping for ctrl+d and restores Chrome's default behavior. - `unmap r` removes any mapping for the r key. -Available Vimium commands can be found via the "Show Available Commands" link near the key mapping box. The -command name appears to the right of the description in parenthesis. +Available Vimium commands can be found via the "Show available commands" link +near the key mapping box one the options page. The command name appears to the +right of the description in parenthesis. -You can add comments to your key mappings by starting a line with `"` or `#`. +You can add comments to key mappings by starting a line with `"` or `#`. The following special keys are available for mapping: -- cgit v1.2.3 From 304705a74b7de1f232c3186058ec4c31490f3c7f Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Wed, 3 Jun 2015 20:25:32 +0100 Subject: README; correct typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 47f09548..c083c385 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Examples: - `unmap r` removes any mapping for the r key. Available Vimium commands can be found via the "Show available commands" link -near the key mapping box one the options page. The command name appears to the +near the key mapping box on the options page. The command name appears to the right of the description in parenthesis. You can add comments to key mappings by starting a line with `"` or `#`. -- cgit v1.2.3 From 8b8cc319cc02521a11e766e0d059a6fa53e5f4ae Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Thu, 4 Jun 2015 07:11:03 +0100 Subject: README; tweak release notes. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c083c385..0d3750d3 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,10 @@ Release Notes ([here](https://github.com/philc/vimium/wiki/Search-Completion) and [here](https://github.com/philc/vimium/wiki/Tips-and-Tricks#repeat-recent-queries)). - A much improved interface for custom search engines. -- Added "\`\`" to jump back to previous position after a jump. -- Bug fixes: bookmarklets accessed from the vomnibar, global marks. +- Added \`\` to jump back to the previous position after selected jump-like movements. +- Bug fixes, including: + - Bookmarklets accessed from the vomnibar. + - Global marks on non-Windows platforms. 1.51 (2015-05-02) -- cgit v1.2.3 From e1e273ad35940c0aad44d20a4ff1ad15bd8bea3a Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Thu, 4 Jun 2015 12:36:53 +0100 Subject: Global marks; add note to release notes in README. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0d3750d3..06e42567 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ Release Notes [here](https://github.com/philc/vimium/wiki/Tips-and-Tricks#repeat-recent-queries)). - A much improved interface for custom search engines. - Added \`\` to jump back to the previous position after selected jump-like movements. +- Global marks are now persistent (across tab closes and browser sessions) and synced. - Bug fixes, including: - Bookmarklets accessed from the vomnibar. - Global marks on non-Windows platforms. -- cgit v1.2.3