diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-01 13:57:56 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-01 13:57:56 +0900 |
commit | 50048141cb079e9759f9a5c0becaa84f943d6f3e (patch) | |
tree | 6d8a0538dc353c9b1327fb9c8244522ee67e5a84 | |
parent | 4d7c24f38a6861e1d498b6e7dd5c7be2d1a0ad15 (diff) |
Improve README
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -112,6 +112,15 @@ Set hint characters :set hintchars=0123456789 ``` +##### 'adjacenttab' property + +Open a new tab on adjacent of the current tab. + +``` +:set noadjacenttab " open a tab at last +:set adjacenttab " open a tab adjacently +``` + ### Search engines Vim Vixen supports search by search engines like Google and Yahoo. |