aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTeddy Wing2015-08-16 20:35:14 -0400
committerTeddy Wing2015-08-16 20:41:38 -0400
commit144d45f66f1d1e8182d9916f38494e95470915ff (patch)
treebe19bbeb150b4cce584cb8cd62235ab9a9589a78 /doc
parentc6fe408ea61ee58abeb4a1fa1972829d75606244 (diff)
downloadauditory.vim-144d45f66f1d1e8182d9916f38494e95470915ff.tar.bz2
Add docs
Initial documentation for the plugin. Include general information as well as descriptions of commands and configuration variables.
Diffstat (limited to 'doc')
-rw-r--r--doc/auditory.txt77
-rw-r--r--doc/tags13
2 files changed, 90 insertions, 0 deletions
diff --git a/doc/auditory.txt b/doc/auditory.txt
new file mode 100644
index 0000000..6fe2bac
--- /dev/null
+++ b/doc/auditory.txt
@@ -0,0 +1,77 @@
+*auditory.txt* Interface sounds
+
+Author: Teddy Wing <http://teddywing.com>
+License: MIT
+Version: 0.1.0
+
+==============================================================================
+CONTENTS *auditory-contents*
+
+ 1. Introduction .......................... |auditory-introduction|
+ 2. Commands .............................. |auditory-commands|
+ 2.1. AuditoryOn ...................... |AuditoryOn|
+ 2.2. AuditoryOff ..................... |AuditoryOff|
+ 2.3. AuditoryToggle .................. |AuditoryToggle|
+ 2.3. AuditoryToggleGalaxyFarFarAway .. |AuditoryToggleGalaxyFarFarAway|
+ 3. Configuration ......................... |auditory-configuration|
+ 3.1. g:auditory_on ................... |auditory-configuration-auditory_on|
+ 3.2. g:auditory_galaxy_far_far_away .. |auditory-configuration-auditory_galaxy_far_far_away|
+ 4. Credits ............................... |auditory-credits|
+ 5. License ............................... |auditory-license|
+
+==============================================================================
+INTRODUCTION *auditory-introduction*
+
+Auditory adds interface sounds to Vim. Various sounds are mapped to
+common commands and when inserting text. With sounds turned on, your
+normal text editing activities turn into a unique piece of music.
+
+==============================================================================
+COMMANDS *auditory-commands*
+
+:AuditoryOn *AuditoryOn*
+ Turn Auditory sounds on.
+
+:AuditoryOff *AuditoryOff*
+ Turn Auditory sounds off.
+
+:AuditoryToggle *AuditoryToggle*
+ Toggle Auditory sounds on or off. Assign this command to a mapping
+ to quickly turn the plugin on and off.
+
+ Example: >
+ nnoremap <leader>a :AuditoryToggle
+<
+
+:AuditoryToggleGalaxyFarFarAway *AuditoryToggleGalaxyFarFarAway*
+ Toggle insert mode Galaxy Far Far Away sounds.
+
+==============================================================================
+CONFIGURATION *auditory-configuration*
+
+g:auditory_on *auditory-configuration-auditory_on*
+ Turn Auditory on at startup by setting this to 1.
+
+ Options: 0 or 1
+ Default: 0
+
+g:auditory_galaxy_far_far_away *auditory-configuration-auditory_galaxy_far_far_away*
+ Turn on Galaxy Far Far Away insert mode sounds by default.
+
+ Options: 0 or 1
+ Default: 0
+
+==============================================================================
+CREDITS *auditory-credits*
+
+Many thanks to Spencer Bateman (https://soundcloud.com/spencerbateman)
+for creating the custom sounds for this project. Thanks to Mackenzie
+Denker (https://soundcloud.com/mackenzie-denker) for contributing the
+Redo audio.
+
+==============================================================================
+LICENSE *auditory-license*
+
+Auditory is released under the MIT license.
+
+ vim:tw=78:ft=help:norl:
diff --git a/doc/tags b/doc/tags
new file mode 100644
index 0000000..77620f1
--- /dev/null
+++ b/doc/tags
@@ -0,0 +1,13 @@
+AuditoryOff auditory.txt /*AuditoryOff*
+AuditoryOn auditory.txt /*AuditoryOn*
+AuditoryToggle auditory.txt /*AuditoryToggle*
+AuditoryToggleGalaxyFarFarAway auditory.txt /*AuditoryToggleGalaxyFarFarAway*
+auditory-commands auditory.txt /*auditory-commands*
+auditory-configuration auditory.txt /*auditory-configuration*
+auditory-configuration-auditory_galaxy_far_far_away auditory.txt /*auditory-configuration-auditory_galaxy_far_far_away*
+auditory-configuration-auditory_on auditory.txt /*auditory-configuration-auditory_on*
+auditory-contents auditory.txt /*auditory-contents*
+auditory-credits auditory.txt /*auditory-credits*
+auditory-introduction auditory.txt /*auditory-introduction*
+auditory-license auditory.txt /*auditory-license*
+auditory.txt auditory.txt /*auditory.txt*