diff options
| author | Stephen Blott | 2015-06-03 20:09:57 +0100 |
|---|---|---|
| committer | Stephen Blott | 2015-06-03 20:09:57 +0100 |
| commit | 23e415e60ceb25ddd30c65e2569d00a70f102681 (patch) | |
| tree | f7b34c472f131ff50c4efc6918a71d82d6671f5c | |
| parent | 1c4daf625949451178a349e93811b04a00472835 (diff) | |
| download | vimium-23e415e60ceb25ddd30c65e2569d00a70f102681.tar.bz2 | |
Make layout consistent in README commands.
| -rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -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 - <a-p> 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 + <a-p> pin/unpin current tab Using marks: |
