about summary refs log blame commit diff
path: root/vim/.vimrc
blob: 02b2c4095f35280caa6b7b3f4b59f66fe6b5e560 (plain) (tree)
1
2
3
4
5
6
7
8







                              


                



















                          

                                 

               

                         
filetype plugin indent on

syntax enable

set autoindent
set backspace=indent,eol,start
set complete-=i
set smarttab
set tabstop=4
set shiftwidth=4
set expandtab

set nrformats-=octal

set incsearch

set laststatus=2
set ruler
set wildmenu

set display+=lastline

set encoding=utf-8

set autoread

set history=1000
set tabpagemax=50

inoremap <C-U> <C-G>u<C-U>

cmap w!! w !sudo tee % >/dev/null

set rtp+=~/.fzf

" vim:set ft=vim et sw=2: