Next Previous Contents

4. VIM Usage

You can use Vim in two modes - one with GUI and other without GUI. To use GUI use command -


        gvim foo.cpp

To use non-gui mode give -
        vim foo.cpp
OR plain vanilla mode
        vi foo.cpp


Next Previous Contents