diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-10-13 22:27:58 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-10-13 22:40:08 +0900 |
commit | 6c6dc23f97f485fede0b8d91c06c37490f890320 (patch) | |
tree | f1747c946de605744489c7bfb53c16829c41eda3 /README.md | |
parent | 8b72aac09af476e19da7e482e43769d47d1969b2 (diff) |
Remove adjacenttab
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -193,7 +193,7 @@ settings: ```json { "properties": { - "adjacenttab": false + "complete": "sbh" } } ``` @@ -219,19 +219,6 @@ 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 -``` - -For developers and contributors: you can look at -[#303](https://github.com/ueokande/vim-vixen/pull/303) for more details about -properties implementation and usage. - ### Search engines Vim Vixen supports search by search engines like Google and Yahoo. |