color delek set paste set number set expandtab syntax on set incsearch set hlsearch set mouse=a set autoindent set ts=4 set shiftwidth=4 set encoding=utf8 set ruler set showmatch set autoread " Status line set statusline=%F%m%r%h%w\ [FORMAT=%{&ff}]\ [TYPE=%Y]\ [ASCII=\%03.3b]\ [HEX=\%02.2B]\ [POS=%04l,%04v]\ [%p%%]\ [LEN=%L] "Shows detailed status line with formatting set laststatus=2 " Shows the status line set foldmethod=indent set foldnestmax=10 set nofoldenable set foldlevel=1 set directory^=$HOME/.vim/tmp// " Keystrokes to work with tabs - tabnext and tabprevious nnoremap :tabnext nnoremap :tabprevious nnoremap :tabnew map OH cmap OH imap OH map OF cmap OF imap OF