diff --git a/vim/.vimrc b/vim/.vimrc index 0a83cf4..de624a4 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -16,6 +16,15 @@ set tabstop=4 set softtabstop=4 set shiftwidth=4 +set wrap +set linebreak +set nolist +set textwidth=0 +set wrapmargin=0 + +set ignorecase +set smartcase + highlight ExtraWhitespace ctermbg=red guibg=red match ExtraWhitespace /\s\+$/ autocmd BufWinEnter * match ExtraWhitespace /\s\+$/ @@ -30,3 +39,9 @@ map ;h :wincmd h map ;j :wincmd j map ;k :wincmd k map ;l :wincmd l + +map ;" :split +map ;% :vsplit +map ;0 :close + +map ;w :w