Applications

Vim Abbreviations

Vim abbreviations can be used to automatically expand words or phrases which you commonly use. It can also be used to correct common spelling mistakes. Use the abbreviate command to define abbreviations, the command can be shortened as ab. Abbreviations work in the insert and command-line modes.  Define the following abbreviations. :ab teh the :ab

Vim Abbreviations Read More »

Simulating fast forward and rewind in VirtualDub using Autohotkey

Virtualdub does not have a dedicated fast-preview option. The only way to fast-preview, without giving up on normal preview, is to hold down the arrow key. I find this a little inconvenient and slow. Here is an Autohotkey script to simulate fast-forward and fast-rewind in Virtualdub. It uses the aforementioned key hold-down method but Autohotkey

Simulating fast forward and rewind in VirtualDub using Autohotkey Read More »