From 6b10642db3ab7db26b4c236250eec273f0f52a9a Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Sat, 6 Dec 2008 12:51:35 +1100 Subject: [PATCH] add help for new scrollbar guioptions --- vimperator/NEWS | 2 +- vimperator/locale/en-US/options.txt | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/vimperator/NEWS b/vimperator/NEWS index 306b84a0..6dee29d7 100644 --- a/vimperator/NEWS +++ b/vimperator/NEWS @@ -20,7 +20,7 @@ * IMPORTANT: renamed Startup and Quit autocmd events to VimperatorEnter and VimperatorLeave respectively - * add 'guioptions'=r to toggle the scrollbar. + * add "r", "l", and "b" to 'guioptions' to toggle the scrollbars. * remove spaces and newlines when open urls starting with http:// or similar before :o http://linux .com would search for http://linux and for .com, now it just opens linux.com. Also handy when pasting broken urls with p or P. diff --git a/vimperator/locale/en-US/options.txt b/vimperator/locale/en-US/options.txt index 9c3cd9e4..a2f54a72 100644 --- a/vimperator/locale/en-US/options.txt +++ b/vimperator/locale/en-US/options.txt @@ -325,9 +325,12 @@ Show or hide certain GUI elements like the menu or toolbar. Supported characters `---`----------- *m* Menubar *T* Toolbar -*b* Bookmark bar +*B* Bookmark bar *n* Tab number *N* Tab number over image +*b* Bottom scrollbar +*r* Right scrollbar +*l* Left scrollbar ---------------- You can also hide the tab bar with [c]:set showtabline=0[c].