all repos — fluxbox @ 5adf31002f35b4582f17e2a498f6c152994c26ac

custom fork of the fluxbox windowmanager

3rd/vim/ftdetect/fluxbox.vim (raw)

1
2
3
4
5
6
" recognize fluxbox files
if has("autocmd")
    autocmd BufNewFile,BufRead */.fluxbox/apps setf fluxapps
    autocmd BufNewFile,BufRead */.fluxbox/keys setf fluxkeys
    autocmd BufNewFile,BufRead */.fluxbox/menu setf fluxmenu
endif