Skip to content

Instantly share code, notes, and snippets.

@fatih
Created February 8, 2013 08:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fatih/4737419 to your computer and use it in GitHub Desktop.
Save fatih/4737419 to your computer and use it in GitHub Desktop.
deneme
set autoindent " Copy indent from current line when starting a new line.
set backspace=indent,eol,start " makes backspace key more powerful.
set showmatch " do not show matching brackets by flickering
set incsearch " shows the match while typing
set hlsearch " highlight found searches
set smartcase " Turn of smart searching
set ignorecase " Search incase sensitive
set ruler "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment