Skip to content

ljcooke/vim-qif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-qif

Features

This is a plugin for Vim which adds support for QIF (Quicken) files.

Features:

  • Syntax highlighting.

  • Move between transactions using the [[ and ]] commands.

Install

This project follows the standard runtime path structure.

  • Install using native packages in Vim 8:

    $ git clone https://github.com/ljcooke/vim-qif.git \
        ~/.vim/pack/plugins/start/vim-qif
    
  • Install using Pathogen:

    $ git clone https://github.com/ljcooke/vim-qif.git \
        ~/.vim/bundle/vim-qif
    

Usage

While editing a QIF file, enter the command:

:set filetype=qif

This is done automatically if the filename ends with the extension .qif.

License

Licensed under the MIT License. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published