Skip to content

Vim

.vimrc

filetype plugin on
set ignorecaes

.vim/ftplugin/tex.vim

set number
colorscheme desert
nnoremap j gj
nnoremap k gk
set wrap
set textwidth=0
set linebreak
set wrapmargin=0
set nolist
set spell

2014 Settings