Created
June 26, 2017 08:24
-
-
Save xorus/1d317bcac9d1896a40dcccba6a5d867b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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