Make Vim as Your Bash-IDE Using bash-support Plugin
Make Vim as Your Bash-IDE Using bash-support Plugin
Adding file header Adding function/frame comment Including default code snippet Performing syntax check Reading documentation about a function Converting a code block to comment, and vice versaDownload the plugin from vim.org website.
Step 1: Download the bash-support plugin
wget -O bash-support.zip http://www.vim.org/scripts/download_script.php?src_id=9890
Step 2: Install the bash-support Vim Plugin
$ mkdir ~/.vim # if the directory does not exist already
$ cd ~/.vim
$ unzip /usr/src/bash-support.zip
Step 3: Enable the plugin in the ~/.vimrc
Add the following line to the ~/.vimrc to enable the plugin for Vim editor.
相關文章
- JQuery Plugin 2 - Passing Options into Your PluginjQueryPlugin
- Scan Your Truck Using Nexiq Adapter: Simplifying Your Diagnostic ProcessAPT
- Make sure to include VueLoaderPlugin in your webpack configVuePluginWeb
- godaddy 的 Monitoring performance to make your website fasterGoORMWebAST
- Developing for ARKit 1.5 update using Unity ARKit PlugindevUnityPlugin
- vim外掛管理器,我選vim-pluginPlugin
- [LeetCode] 2825. Make String a Subsequence Using Cyclic IncrementsLeetCodeREM
- [ES2024] Make JavaScript computations lazy using Iterator HelpersJavaScript
- Android error “Could not get BatchedBridge, make sure your bundle is packaged properly” on start ofAndroidErrorBATPackage
- Make sure you configure your "user.name" and "user.email" in git.AIGit
- Make Your First GAN With PyTorch 之 第一個 PyTorch 神經網路PyTorch神經網路
- MySQL:You must reset your password using ALTER USER statement before executing this statement.MySql
- pytest報錯Hint: make sure your test modules/packages have valid Python names.PackagePython
- ./configure,make,make install的作用
- Your title
- MySQL 索引優化 Using where, Using filesortMySql索引優化
- Prettier your projectProject
- Offering Your Seat
- Make It Zero
- Make 使用
- MySQL explain結果Extra中"Using Index"與"Using where; Using index"區別MySqlAIIndex
- Structuring Your TensorFlow ModelsStruct
- translate-your-site
- deploy-your-site
- your Android sdk is missingAndroid
- talk-to-your-data
- connect your tunnel to CloudflareCloud
- from cmake make
- make與cmake
- cmake和make
- Using hints for PostgresqlSQL
- String interpolation using $
- using的用法
- Using mysqldump for backupsMySql
- MySQL 之 USINGMySql
- Maven - No plugin found for prefix 'war' in the current project and in the plugin groupsMavenPluginProject
- Vim
- [20210106]vim syntax txt.vim.txt
- Python實現make_bricks與make_chocolate問題Python