XVim
XVim copied to clipboard
How do I create the xvimrc file?
Description
[Write simple description here. If the title describes it well, just delete this.]
Operation
[Describe the operation you did. Also include your text on which you operate if it is related to text editing.]
Expected behaviour
[Write here]
Environments
- Xcode Version [ ]
- XVim branch and revision [ ]
- Keyboard Language [ ]
- Input source language [ ]
Crash log (if any)
[ Paste the log here ]
@morhaham
touch ~/.xvimrc
Then open that file and edit it.
@morhaham
For a project-specific xvimrc:
touch PROJECT_ROOT/.xvimrc
where PROJECT_ROOT is your project's root directory.