Compare commits
No commits in common. "f8169bfcb004c402cd376378a9ae8b5331f461bd" and "72bac13ad8e6f75665de01721c8ce152c7a9a899" have entirely different histories.
f8169bfcb0
...
72bac13ad8
@ -1,4 +0,0 @@
|
||||
# Defined in - @ line 1
|
||||
function cam --wraps='gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0' --description 'alias cam=gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0'
|
||||
gphoto2 --stdout --capture-movie | ffmpeg -i - -vcodec rawvideo -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0 $argv;
|
||||
end
|
@ -18,11 +18,8 @@ augroup py
|
||||
autocmd FileType python nnoremap <F9> :Black<CR> :Isort <CR>
|
||||
augroup end
|
||||
augroup terraform
|
||||
autocmd FileType terraform :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
||||
autocmd FileType terraform nnoremap <F9> :! terraform fmt<CR>
|
||||
augroup end
|
||||
augroup sh
|
||||
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
||||
autocmd FileType terraform :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
||||
autocmd FileType terraform nnoremap <F9> :! terraform fmt<CR>
|
||||
augroup end
|
||||
|
||||
" vim-plug
|
||||
|
Loading…
x
Reference in New Issue
Block a user