Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- set langmenu=none
- set winaltkeys=yes
- set background=dark
- colorscheme solarized
- source $VIMRUNTIME/mswin.vim
- set nocompatible
- set modelines=0
- set tabstop=4
- set shiftwidth=4
- set softtabstop=4
- set encoding=utf-8
- set scrolloff=3
- set autoindent
- set showmode
- set showcmd
- set hidden
- set wildmenu
- set wildmode=list:longest
- set visualbell
- set cursorline
- set ttyfast
- set ruler
- set backspace=indent,eol,start
- set laststatus=2
- set relativenumber
- set undofile
- let mapleader = ","
- nnoremap / /\v
- vnoremap / /\v
- set ignorecase
- set smartcase
- set gdefault
- set incsearch
- set showmatch
- set hlsearch
- nnoremap <leader><space> :noh<cr>
- nnoremap <tab> %
- vnoremap <tab> %
- set wrap
- set textwidth=79
- set formatoptions=qrn1
- set colorcolumn=85
- "set list
- "set listchars=tab:›\ ,eol:¬
- "Invisible character colors
- "highlight NonText guifg=#4a4a59
- "highlight SpecialKey guifg=#4a4a59
- inoremap <F1> <ESC>
- nnoremap <F1> <ESC>
- vnoremap <F1> <ESC>
- "au FocusLost * :wa
- nnoremap <leader>v V`]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement