From 3aa183afc5120d1edb281fc4a436e55271eb9304 Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Mon, 15 Oct 2018 17:11:33 +0900 Subject: Update README.m --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README.md') 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 - G: scroll to bottom of a page - 0: scroll to the leftmost part of a page - $: scroll to the rightmost part of a page +- m: set a mark from current position +- ': 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. -- cgit v1.2.3