gradzikb / vim-radioss

VIM filetype plugin for Radioss

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-radioss

VIM filetype plugin for Radioss FE solver.

Introduction

What is Radioss filetype plugin?

It's just bunch of VIM scripts to speed up work with Radioss input file.

Main features

  • Syntax highlighting
  • Folding
  • Keyword library
  • Useful commands, functions and mappings

Syntax highlighting

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

syntax

Folding

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

folding

Keyword library

With keyword library you can very quick add a new Radioss keyword into your model.

libraryb

Function commands

You can use commands to operate with function data directly in VIM.

commands

Commands, functions & mappings

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

  • mappings
  • comment/uncomment
  • data line autoformating
  • keyword text objects

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 radioss

Installation

Pathogen

cd ~/.vim/bundle
git clone https://github.com/gradzikb/vim-radioss

License

The GNU General Public License

Copyright © 2015 Bartosz Gradzik

About

VIM filetype plugin for Radioss

License:Other


Languages

Language:Vim Script 100.0%