<feed xmlns='http://www.w3.org/2005/Atom'>
<title>auditory.vim/autoload, branch v0.0.1</title>
<subtitle>vim interface sounds</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/'/>
<entry>
<title>autoload/auditory.vim: Add custom `d` operator</title>
<updated>2014-11-09T17:14:44+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T17:14:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=723053afd9e28b6e43e6461438ca305f9966f410'/>
<id>723053afd9e28b6e43e6461438ca305f9966f410</id>
<content type='text'>
Create a custom delete operator that plays the delete sound.

NOTES:
* Doesn't do `dd`
* I just looked at the tcomment plugin source and realised that I should
  be using plugin mappings so these can be more easily overridden. Make
  a note to look into that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a custom delete operator that plays the delete sound.

NOTES:
* Doesn't do `dd`
* I just looked at the tcomment plugin source and realised that I should
  be using plugin mappings so these can be more easily overridden. Make
  a note to look into that.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Add new Cantina audio files</title>
<updated>2014-11-09T16:06:04+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T16:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=36adb0b18d5bd1c875e226fa069039335b538df5'/>
<id>36adb0b18d5bd1c875e226fa069039335b538df5</id>
<content type='text'>
Add Spencer's new Cantina audio files to the cantina list. The new audio
files are shorter individually (that's why there are more of them). This
makes it easier to play the Cantina song at faster or slower ranges of
tempos.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add Spencer's new Cantina audio files to the cantina list. The new audio
files are shorter individually (that's why there are more of them). This
makes it easier to play the Cantina song at faster or slower ranges of
tempos.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Enable &lt;space&gt; &amp; &lt;backspace&gt; mappings with FIXME</title>
<updated>2014-11-09T15:36:18+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T15:33:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=23a373ea7cbee061252dd127f9c88b101ab0a3dc'/>
<id>23a373ea7cbee061252dd127f9c88b101ab0a3dc</id>
<content type='text'>
Uncomment the space and delete mappings. Note that I had to remove count
support on the delete key because it's another one of those that was
giving me errors for that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uncomment the space and delete mappings. Note that I had to remove count
support on the delete key because it's another one of those that was
giving me errors for that.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Enable scrolling mappings with FIXMEs</title>
<updated>2014-11-09T15:29:42+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T15:29:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=a3b97584bb6849956d482745db5dce840a392800'/>
<id>a3b97584bb6849956d482745db5dce840a392800</id>
<content type='text'>
This way the sounds on scoll commands acutally work. They no longer
support counts :( and the &lt;c-b&gt; command for some reason needs to be
entered twice in order for it to work. Enable these for now just so we
can get the sounds but add FIXMEs so we know that these are borked.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This way the sounds on scoll commands acutally work. They no longer
support counts :( and the &lt;c-b&gt; command for some reason needs to be
entered twice in order for it to work. Enable these for now just so we
can get the sounds but add FIXMEs so we know that these are borked.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Add undo &amp; redo mappings</title>
<updated>2014-11-09T15:21:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T15:21:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=58fc8cf24f62e43a9b5621e186848a6d1c108462'/>
<id>58fc8cf24f62e43a9b5621e186848a6d1c108462</id>
<content type='text'>
Again had an issue with adding a count to one of the mappings, in this
case with redo. Leaving the mapping active except not supporting a
count. Hopefully we can figure out how to fix that.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Again had an issue with adding a count to one of the mappings, in this
case with redo. Leaving the mapping active except not supporting a
count. Hopefully we can figure out how to fix that.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Move sound file arrays outside functions</title>
<updated>2014-11-09T14:34:45+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T14:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=258033f0bbf2ee5c763a4d52a132c3b6245a1814'/>
<id>258033f0bbf2ee5c763a4d52a132c3b6245a1814</id>
<content type='text'>
Make arrays that store audio filenames script-local variables instead of
function-local variables.

Doing this because I have a hunch that it will be good for performance,
so the arrays don't have to be reinitialised on every execution of the
insert mode play functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make arrays that store audio filenames script-local variables instead of
function-local variables.

Doing this because I have a hunch that it will be good for performance,
so the arrays don't have to be reinitialised on every execution of the
insert mode play functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Add HML jump mappings</title>
<updated>2014-11-09T12:33:39+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T12:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=a8cafc5f839757fc1e86f909ceb774338c09dbc0'/>
<id>a8cafc5f839757fc1e86f909ceb774338c09dbc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autoload/auditory.vim: Fix '0' mapping</title>
<updated>2014-11-09T12:25:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T12:25:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=74ec915a110a2c19841fcaed6b91c2233ed9d9f1'/>
<id>74ec915a110a2c19841fcaed6b91c2233ed9d9f1</id>
<content type='text'>
'0' wasn't doing what 0 is normally supposed to do. Modify the mapping
to make it work.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'0' wasn't doing what 0 is normally supposed to do. Modify the mapping
to make it work.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move functions to autoload</title>
<updated>2014-11-09T12:14:06+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-11-09T12:10:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/auditory.vim/commit/?id=6b9e75174e5d211ca41295667da48a859c58bb2d'/>
<id>6b9e75174e5d211ca41295667da48a859c58bb2d</id>
<content type='text'>
Clean up functions, move everything into autoload/, move code around a
little bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up functions, move everything into autoload/, move code around a
little bit.
</pre>
</div>
</content>
</entry>
</feed>
