uemurax / ck.vim

ChucK Audio Programming Language Syntax

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ck.vim

A fork of vim-scripts/ck.vim, a syntax file for the ChucK Audio Programming Language, in wich I added ftdetect and ftplugin subdirectories and fixed syntax.

Installation

Using pathogen

cd ~/.vim/bundle
git clone https://github.com/uemurax/ck.vim

Using NeoBundle

Add the following line to your .vimrc file

NeoBundle 'uemurax/ck.vim'

Launch vim and run :NeoBundleInstall.

Commands and keymaps

  • :Host {hostname} set the host where to send on-the-fly commands (default host is localhost)
  • :Host show hostname
  • :Remove {shred IDs} remove shreds
  • :Replace {shread ID} replace existing shred with current file
  • <LocalLeader>+ add current file
  • <LocalLeader>^ show status
  • <LocalLeader>t show time
  • <LocalLeader>k kill ChucK
  • <LocalLeader>h show hostname

About

ChucK Audio Programming Language Syntax


Languages

Language:Vim Script 100.0%