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
" seach settings | |
set incsearch ignorecase hlsearch | |
" Press space to clearsearch highlighting and any message already displayed. | |
nnoremap <silent> <Space> :silent noh<Bar>echo<CR> | |
" Tab settings | |
set shiftwidth=4 softtabstop=4 | |
set tabstop=4 | |
set shiftwidth=4 | |
set expandtab |