mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 02:45:47 +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
|
* IMPORTANT: renamed Startup and Quit autocmd events to VimperatorEnter and
|
||||||
VimperatorLeave respectively
|
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
|
* 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
|
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.
|
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
|
*m* Menubar
|
||||||
*T* Toolbar
|
*T* Toolbar
|
||||||
*b* Bookmark bar
|
*B* Bookmark bar
|
||||||
*n* Tab number
|
*n* Tab number
|
||||||
*N* Tab number over image
|
*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].
|
You can also hide the tab bar with [c]:set showtabline=0[c].
|
||||||
|
|||||||
Reference in New Issue
Block a user