let mapleader=' '

set showcmd
set autoindent expandtab tabstop=2 shiftwidth=2
set noincsearch
set notimeout
colorscheme pablo

"c-s to save the buffer
nnoremap <c-s> :update<CR>
inoremap <c-s> <c-c>:update<CR>
