Skip to content

Instantly share code, notes, and snippets.

@formix
Last active December 14, 2022 01:31
Show Gist options
  • Save formix/0a5030cd58589cc574ff4597bc9d948c to your computer and use it in GitHub Desktop.
Save formix/0a5030cd58589cc574ff4597bc9d948c to your computer and use it in GitHub Desktop.
My vimrc file
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