1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 15:24:12 +01:00

add help for new scrollbar guioptions

This commit is contained in:
Doug Kearns
2008-12-06 12:51:35 +11:00
parent cca40c3067
commit 6b10642db3
2 changed files with 5 additions and 2 deletions

View File

@@ -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.

View File

@@ -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].