mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +00:00
add vim autoread and more utils
This commit is contained in:
parent
9cec6b4611
commit
c311b06b60
2 changed files with 7 additions and 0 deletions
|
@ -76,6 +76,9 @@ set wildignore=*.o,*~,*.pyc,*.aux,*.bbl,*.blg,*-blx.bib,*.log,*.out,*.run.xml,
|
||||||
\*.toc,*.nav,*.snm " ignore auxiliary files
|
\*.toc,*.nav,*.snm " ignore auxiliary files
|
||||||
" set completeopt-=preview
|
" set completeopt-=preview
|
||||||
|
|
||||||
|
" automatically reload files changed on disk but not in buffer
|
||||||
|
set autoread
|
||||||
|
|
||||||
" tex configuration
|
" tex configuration
|
||||||
let g:tex_flavor='latex'
|
let g:tex_flavor='latex'
|
||||||
" Optics
|
" Optics
|
||||||
|
|
|
@ -236,9 +236,12 @@
|
||||||
tldr
|
tldr
|
||||||
unzip
|
unzip
|
||||||
ncat
|
ncat
|
||||||
|
bind
|
||||||
inetutils
|
inetutils
|
||||||
usbutils
|
usbutils
|
||||||
screen
|
screen
|
||||||
|
moreutils
|
||||||
|
file
|
||||||
## automatic detection of display changes
|
## automatic detection of display changes
|
||||||
autorandr
|
autorandr
|
||||||
## audio management
|
## audio management
|
||||||
|
@ -277,6 +280,7 @@
|
||||||
typora
|
typora
|
||||||
firefox
|
firefox
|
||||||
next
|
next
|
||||||
|
rstudio
|
||||||
## time tracking
|
## time tracking
|
||||||
watson
|
watson
|
||||||
## file managers
|
## file managers
|
||||||
|
|
Loading…
Reference in a new issue