move some vim files, globstar in bash, tmux interactive pane move, add urls, better...
[dotfiles.git] / vim / .vimrc
index aebe036..5c63c93 100644 (file)
@@ -23,6 +23,7 @@ set colorcolumn=80
 set textwidth=79
 set shiftwidth=4
 set tabstop=4
+set nowrap
 
 " List characters to mark trailing whitespace etc
 set listchars=nbsp:¬,tab:▸\ ,eol:↩,extends:»,precedes:«,trail:•
@@ -43,7 +44,7 @@ nnoremap n nzzzv
 nnoremap N Nzzzv
 
 " Fold settings
-set foldmethod=syntax
+set foldmethod=marker
 set foldlevelstart=99
 
 " Unbind arrow keys, who has them anyways on the keyboard...
@@ -66,3 +67,9 @@ let g:syntastic_always_populate_loc_list = 1
 let g:syntastic_auto_loc_list = 1
 let g:syntastic_check_on_open = 0
 let g:syntastic_check_on_wq = 0
+
+" Vimtex options
+let g:vimtex_compiler_enabled = 0
+
+" Background transparency
+hi Normal guibg=NONE ctermbg=NONE