Awesome
vim-abaqus
VIM filetype plugin for Abaqus FE solver.
Introduction
What is Abaqus filetype plugin?
It's just bunch of scripts to speed up work with Abaqus inputdeck file and VIM text editor.
Main plugin features
- Syntax highlighting
- Folding
- Keyword completion
- Useful commands, functions and mappings
Syntax highlighting
With color syntax it's easier to navigate through a inputdeck file.
Folding
Node & element table folding, no more never ending scrolling.
Keyword completion
With keyword completion you can in easy way add a new Abaqus keyword or update existing one.
Commands
The plugin has many build-in commands to work with data directly for:
- amplitudes
- nodes
- elements
Commands, functions & mappings
The plugin has couple of great functions to make your work even faster:
- mappings
- comment/uncomment
- data line autoformating
- reference mesh conversion
Example
The plugin in action you can see here.
##Documentation
The plugin has decent documentation with detail explanation of all functions and examples.
Please read the documentation before you start using the plugin.
:help abaqus
Installation
cd ~/.vim/bundle
git clone https://github.com/gradzikb/vim-abaqus
Credits
Part of the plugin is based on VIM Abaqus filtype plugin by Carl Osterwisch.
License
The GNU General Public License
Copyright © 2014 Bartosz Gradzik