aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-10-20 16:43:38 +0900
committerGitHub <noreply@github.com>2018-10-20 16:43:38 +0900
commitdf9094e52066fb85a06d373cb3a82b670d69c88e (patch)
treee71ff2bb27b0946e79d80d64b5141653c8d69162 /README.md
parent958b931090e0cc012e36a9361ea6e4cd9be1471d (diff)
parent7acbdbfef25d04503d4a31dfa1953be29323cc87 (diff)
Merge pull request #492 from ueokande/qa-0.19
QA 0.19
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index 586b42c..cb4cbaa 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,10 @@ See [console commands](#console-commands) section for more detailed description
- <kbd>G</kbd>: scroll to bottom of a page
- <kbd>0</kbd>: scroll to the leftmost part of a page
- <kbd>$</kbd>: scroll to the rightmost part of a page
+- <kbd>m</kbd>: set a mark from current position
+- <kbd>'</kbd>: jump to position by the mark
+
+Lowercase alphabet mark (`[a-z]`) stores position on the current tab. Upper alphabet and numeric mark (`[A-Z0-9]`) stores position and tab.
#### Zoom
@@ -219,6 +223,19 @@ Set hint characters
:set hintchars=0123456789
```
+#### `complete` property
+
+Set completion items on `open`, `tabopen` `winopen` commands.
+The allowed value is character sequence of `s`, `b`, or `n`.
+Each character presents as following:
+- `s`: search engines
+- `b`: bookmark items
+- `h`: history items.
+
+```
+:set complete=sbn
+```
+
### Search engines
Vim Vixen supports search by search engines like Google and Yahoo.