From 5f93424bccd9c685ea860066b563f10d90b561aa Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 17 Apr 2015 23:27:43 +0900 Subject: [PATCH] Updating options --- .vim/options.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vim/options.vim b/.vim/options.vim index 0c77a35..bcd29ae 100644 --- a/.vim/options.vim +++ b/.vim/options.vim @@ -12,6 +12,7 @@ set completeopt-=preview set encoding=utf-8 set expandtab set fileformats=unix,dos,mac +set gdefault set hidden set history=1000 set hlsearch @@ -35,6 +36,7 @@ set smartcase set smartcase set smarttab set tabstop=4 +set ttyfast set wildmenu set wrapmargin=1