Created
May 9, 2021 00:14
-
-
Save k3karthic/bf14ae098f3242f82aed532940ec583a to your computer and use it in GitHub Desktop.
Rudimentary Vi Config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set number | |
set autoindent | |
set tabstop=4 | |
set shiftwidth=4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment