From 3796b7de0d181d01747160d3b2082f78bb456b1e Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Thu, 18 Jan 2018 20:15:49 +0900 Subject: fix README --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 75b50a7..2421e59 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ The default mappings are as follows: #### Tabs - d: delete current tab +- !d: delete pinned tab - u: reopen close tab - K, J: select prev or next tab - g0, g$: select first or last tab @@ -50,7 +51,7 @@ The default mappings are as follows: - [[, ]]: find prev or next links and open it - gu: go to parent directory - gU: go to root directory -- gi, G: focus first input +- gi: focus first input #### Misc - zi, zo: zoom-in/zoom-out @@ -102,6 +103,26 @@ Open a URL or search keywords by search engine in new window. Select tabs by URL or title matched by keywords. +#### `:set` command + +`:set` command can set properties on console. + +##### `smoothscroll` property + +Enable/disable smooth scroll. +``` +:set smoothscroll " enable smooth scroll +:set nosmoothscroll " disable smooth scroll +``` + +##### `hintchars` property + +Set hint characters + +``` +:set hintchars=0123456789 +``` + ### Search engines Vim Vixen supports search by search engines like Google and Yahoo. -- cgit v1.2.3