Skip to content

Instantly share code, notes, and snippets.

@bulv1ne
Last active November 5, 2015 10:06
Show Gist options
  • Save bulv1ne/92380f6c56b18bc1cb41 to your computer and use it in GitHub Desktop.
Save bulv1ne/92380f6c56b18bc1cb41 to your computer and use it in GitHub Desktop.
execute pathogen#infect()
syntax on
set number
set smarttab
set autoindent
vnoremap . :norm.<CR>
vnoremap ä @
set nocompatible
set scrolloff=3
inoremap jj <ESC>
set relativenumber
autocmd InsertEnter * :set number
autocmd InsertLeave * :set relativenumber
nnoremap th :tabfirst<CR>
nnoremap tj :tabprev<CR>
nnoremap tk :tabnext<CR>
nnoremap tl :tablast<CR>
set ignorecase
set incsearch
:set term=builtin_ansi
autocmd BufWinLeave *.* mkview
autocmd BufWinEnter *.* silent loadview
:set fdm=indent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment