Skip to content

Instantly share code, notes, and snippets.

@xorus
Created June 26, 2017 08:24
Show Gist options
  • Save xorus/1d317bcac9d1896a40dcccba6a5d867b to your computer and use it in GitHub Desktop.
Save xorus/1d317bcac9d1896a40dcccba6a5d867b to your computer and use it in GitHub Desktop.
syntax on
set nu
set nocompatible
set ruler
set encoding=utf-8
set visualbell
set wrap
set textwidth=79
set formatoptions=tcqrn1
set tabstop=2
set shiftwidth=2
set softtabstop=2
set expandtab
set noshiftround
set scrolloff=3
set backspace=indent,eol,start
set matchpairs+=<:> " use % to jump between pairs
nnoremap j gj
nnoremap k gk
set laststatus=2
set showmode
set showcmd
nnoremap / /\v
vnoremap / /\v
set hlsearch
set incsearch
set ignorecase
set smartcase
set showmatch
set mouse=a
set ttymouse=xterm
nnoremap <LeftMouse> <nop>
set pastetoggle=<F12>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment