Skip to content

gradzikb/vim-abaqus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

VIM filetype plugin for Abaqus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published