summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vimrc1
-rw-r--r--mpv/mpv.conf3
2 files changed, 3 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 0b21786..8d261d3 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,3 +1,4 @@
+autocmd FileType make setlocal noexpandtab
nnoremap <Space> :
set autoindent
set expandtab
diff --git a/mpv/mpv.conf b/mpv/mpv.conf
index 797ffdd..25c0a3b 100644
--- a/mpv/mpv.conf
+++ b/mpv/mpv.conf
@@ -1,3 +1,4 @@
deinterlace=yes
vf=bwdif=mode=1
-video-sync=display-resample \ No newline at end of file
+video-sync=display-resample
+volume=50