Skip to content

Instantly share code, notes, and snippets.

@aiafrasinei
Created February 5, 2019 15:57
Show Gist options
  • Save aiafrasinei/89a275afd27696ecd8370ed231657dfe to your computer and use it in GitHub Desktop.
Save aiafrasinei/89a275afd27696ecd8370ed231657dfe to your computer and use it in GitHub Desktop.
my vimrc
colorscheme elflord
set tabstop=4
set expandtab
set shiftwidth=4
set wildchar=<Tab> wildmenu wildmode=full
set ruler
set nobackup
set nowritebackup
set ignorecase
set smartcase
set hidden
syntax on
nnoremap <F5> :buffers<CR>:buffer<Space>
map <F12> :set number!<CR>
map <F11> :Ex<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment