Correct commit c496deccd3
This commit is contained in:
parent
c496deccd3
commit
421d79a45d
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -7,7 +7,7 @@ nmap <silent> <A-Right> :wincmd l<CR>
|
||||||
nmap <silent> <A-Up> :wincmd k<CR>
|
nmap <silent> <A-Up> :wincmd k<CR>
|
||||||
set autoindent
|
set autoindent
|
||||||
set background=dark
|
set background=dark
|
||||||
set colorcolumn=72
|
set colorcolumn=73
|
||||||
set cursorcolumn
|
set cursorcolumn
|
||||||
set cursorline
|
set cursorline
|
||||||
set directory=$TEMP//,/tmp//,.
|
set directory=$TEMP//,/tmp//,.
|
||||||
|
@ -26,7 +26,7 @@ set shiftwidth=4
|
||||||
set smartcase
|
set smartcase
|
||||||
set spl=en_gb nospell
|
set spl=en_gb nospell
|
||||||
set tabstop=4
|
set tabstop=4
|
||||||
set textwidth=73
|
set textwidth=72
|
||||||
set ttyfast
|
set ttyfast
|
||||||
set wrap
|
set wrap
|
||||||
silent! colorscheme desert
|
silent! colorscheme desert
|
||||||
|
|
Loading…
Reference in a new issue