Skip to content

Instantly share code, notes, and snippets.

@georgecatalin
Created March 18, 2024 12:11
Show Gist options
  • Save georgecatalin/c7999b1012a02b936ba8ed2392f44fe8 to your computer and use it in GitHub Desktop.
Save georgecatalin/c7999b1012a02b936ba8ed2392f44fe8 to your computer and use it in GitHub Desktop.
Customize VIM for bash scripting
# customizations to add so that VIM suits best bash scripting
set number
set showmatch
syntax enable
set autoindent
set smartindent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment