dotfiles/vim/.vim/ftplugin/bash.vim

11 lines
290 B
VimL
Raw Normal View History

2022-09-06 23:34:19 -06:00
" Bash ===================================================
iabbrev <buffer> #! #!/usr/bin/env bash
iabbrev <buffer> initmodeline # vim: set ft=bash ff=unix:
" Indents of 2 instead of default 4
setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
" vim: set ft=vim ff=unix: