Last active
December 14, 2022 01:31
-
-
Save formix/0a5030cd58589cc574ff4597bc9d948c to your computer and use it in GitHub Desktop.
My vimrc file
This file contains 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 nocompatible " Disable vi-compatibility | |
set t_Co=256 | |
map <F6> :tabe<Space> | |
map <F7> :tabp<CR> | |
map <F8> :tabn<CR> | |
colorscheme xoria256 | |
set expandtab tabstop=4 shiftwidth=4 | |
set number | |
syntax on | |
filetype plugin indent on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment