How to Make Vim Editor as Bash-IDE Using bash-support Plugin.md 544 B


Title: How to Make Vim Editor as Bash-IDE Using bash-support Plugin Date: 2017-01-13 16:45:00 Categories: [editors] tags: [vim]

Author: sedlav

bash-support is a highly-customizable vim plug-in, which allows you to insert: file headers, complete statements, comments, functions, and code snippets. It also enables you to perform syntax checking, make a script executable, start a debugger simply with a keystroke; do all this without closing the editor.

Link