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>
|
||||
set autoindent
|
||||
set background=dark
|
||||
set colorcolumn=72
|
||||
set colorcolumn=73
|
||||
set cursorcolumn
|
||||
set cursorline
|
||||
set directory=$TEMP//,/tmp//,.
|
||||
|
@ -26,7 +26,7 @@ set shiftwidth=4
|
|||
set smartcase
|
||||
set spl=en_gb nospell
|
||||
set tabstop=4
|
||||
set textwidth=73
|
||||
set textwidth=72
|
||||
set ttyfast
|
||||
set wrap
|
||||
silent! colorscheme desert
|
||||
|
|
Loading…
Reference in a new issue