diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,7 @@ # Vim Vixen +[](https://greenkeeper.io/) + [](https://gitter.im/vim-vixen/vim-vixen) [](https://circleci.com/gh/ueokande/vim-vixen) [](https://david-dm.org/ueokande/vim-vixen?type=dev) @@ -111,6 +113,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. |