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:
@@ -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.
|
||||
|
||||
@@ -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].
|
||||
|
||||
Reference in New Issue
Block a user