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
|
|
@ -21,9 +21,6 @@ augroup terraform
|
|||||||
autocmd FileType terraform :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>
|
autocmd FileType terraform nnoremap <F9> :! terraform fmt<CR>
|
||||||
augroup end
|
augroup end
|
||||||
augroup sh
|
|
||||||
autocmd FileType sh :set tabstop=2 softtabstop=2 shiftwidth=2 expandtab autoindent fileformat=unix
|
|
||||||
augroup end
|
|
||||||
|
|
||||||
" vim-plug
|
" vim-plug
|
||||||
" :PlugInstall to install new one
|
" :PlugInstall to install new one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user