Home

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

With color syntax it's easier to navigate through a inputdeck file.

syntax

Folding

Node & element table folding, no more never ending scrolling.

folding

Keyword completion

With keyword completion you can in easy way add a new Abaqus keyword or update existing one.

completion

Commands

The plugin has many build-in commands to work with data directly for:

vimAbaqusAmpCommand

Commands, functions & mappings

The plugin has couple of great functions to make your work even faster:

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

Pathogen

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