VIM filetype plugin for Abaqus
Vim script
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
autoload
colors update Jul 24, 2016
doc
ftdetect update Mar 14, 2015
ftplugin update Dec 23, 2015
keywords update Jul 7, 2015
syntax
templates Update master_explicit_mmtonsec.inp May 29, 2015
LICENSE Update LICENSE Dec 23, 2014
README.md update Jul 29, 2017

README.md

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.

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:

  • amplitudes
  • nodes
  • elements

vimAbaqusAmpCommand

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

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