summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/vimrc b/vimrc
index b92e584..89ad60a 100644
--- a/vimrc
+++ b/vimrc
@@ -6,9 +6,9 @@ set encoding=utf-8 " Set encoding
set expandtab " Use spaces instead of tabs
set formatoptions+=j " Delete comment character when joining commented lines
set hlsearch " Highlight all search results
+set laststatus=1 " No status line
set ignorecase " Ignore cases when searching
set incsearch " Incremental search
-set laststatus=1 " No status line
set linebreak " Break lines at word (requires Wrap lines)
set ruler " Show line & col number of cursor position
set shiftwidth=4 " Number of auto-indent spaces
@@ -54,4 +54,5 @@ map <C-\> :tab split<CR>:exec("tag ".expand("<cword>"))<CR>
map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR>
""" Colors
-hi Search term=reverse cterm=reverse gui=reverse ctermbg=NONE guibg=NONE
+set background=light
+colorscheme solarized