Skip to content

The "I don't know how to use vim" way #281

@c3d

Description

@c3d

A simple way to quit vim is to use it in a way that is not supported, e.g. when the input is not a terminal:

% echo die | vim
Vim: Warning: Input is not from a terminal
Vim: Error reading input, exiting...
Vim: Finished.

You can improve that passing the -T option, where you see the familiar interface open before vim exits, e.g. echo die | vim -T vt200.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions