Update README.m
This commit is contained in:
parent
958b931090
commit
3aa183afc5
1 changed files with 17 additions and 0 deletions
17
README.md
17
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>G</kbd>: scroll to bottom of a page
|
||||||
- <kbd>0</kbd>: scroll to the leftmost part 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>$</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
|
#### Zoom
|
||||||
|
|
||||||
|
@ -219,6 +223,19 @@ Set hint characters
|
||||||
:set hintchars=0123456789
|
: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
|
### Search engines
|
||||||
|
|
||||||
Vim Vixen supports search by search engines like Google and Yahoo.
|
Vim Vixen supports search by search engines like Google and Yahoo.
|
||||||
|
|
Reference in a new issue