Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mityu/vim-applescript

Vim utility scripts for AppleScript
https://github.com/mityu/vim-applescript

applescript vim

Last synced: 3 months ago
JSON representation

Vim utility scripts for AppleScript

Awesome Lists containing this project

README

        

# Vim-applescript
Syntax file from: http://www.fastnlight.com/syntax/applescript

## Usage
### Commands (for Mac)
`:[range]AppleScriptRun`
Execute current buffer as AppleScript.

`:[range]AppleScriptExport`
Export current buffer as AppleScript.

## Config
`g:applescript_config.run.output.buffer_name`
The output buffer's name used in `:AppleScriptRun` commmand.
Default: `'[AppleScriptRun Output]'`

`g:applescript_config.run.output.open_command`
A command to open output buffer used in `:AppleScriptRun` command.
Default: `'botright split'`