move some vim files, globstar in bash, tmux interactive pane move, add urls, better...
[dotfiles.git] / vim / .vimrc
index 794c49c..5c63c93 100644 (file)
@@ -44,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...
@@ -67,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