Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
gvim provides the usual GUI widgets, such as scrollbars, menus, and toolbars. Like most modern GUI applications, these widgets are customizable.
The gvim window, by default, shows several menus and a toolbar at the top, as illustrated by Figure 13-5.
Scrollbars, which let you navigate up and down or right and left
quickly through a file, are optional in gvim. You can display or hide them with
the guioptions option,
described at the end of this chapter in GUI Options and Command Synopsis.
Because Vim’s standard behavior is to show all text in the file (wrapping lines in the window if necessary), it’s interesting to note that the horizontal scrollbar serves no purpose in typically configured gvim sessions.