Vim编辑器-Basic GUI Usage
10 Basic GUI Usage
The Vim editor works well inside a windowing environment.This graphical user interface (GUI) provides you with not only all of Vim’s keyboard commands, but also a number
of menus and other options.
- Starting Vim in GUI Mode
To start Vim in windowing mode, use the following command:
$ gvim file
Super