All Projects → nelstrom → Vim Americanize

nelstrom / Vim Americanize

Auto-"correct" British spellings to their American equivalent.

Labels

Projects that are alternatives of or similar to Vim Americanize

Speech
Speech to text and text to speech via google speech api
Stars: ✭ 11 (-21.43%)
Mutual labels:  viml
Vimmyconf
Mi configuración de vim con pathogen
Stars: ✭ 12 (-14.29%)
Mutual labels:  viml
Toby.vim
My personal VIM setup
Stars: ✭ 13 (-7.14%)
Mutual labels:  viml
Specky
Functions to help make behavioral testing easy with ruby and rspec.
Stars: ✭ 11 (-21.43%)
Mutual labels:  viml
...
dotfiles
Stars: ✭ 12 (-14.29%)
Mutual labels:  viml
Perforce.vim
Perforce source control features
Stars: ✭ 12 (-14.29%)
Mutual labels:  viml
Vimux Ipy
To send python code from vim to ipython running within a tmux split (with either visually selected code or with IPython like cells).
Stars: ✭ 11 (-21.43%)
Mutual labels:  viml
Papercolor.vim
Light Vim color scheme inspired by Google's Material Design
Stars: ✭ 14 (+0%)
Mutual labels:  viml
Dotfiles
My dotfiles
Stars: ✭ 12 (-14.29%)
Mutual labels:  viml
Vim Fenced Code Blocks
Edit fenced code blocks inside a GitHub Flavor Markdown in a better way.
Stars: ✭ 13 (-7.14%)
Mutual labels:  viml
Darkspectrum
a gvim color scheme based on the oblivion color scheme for gedit
Stars: ✭ 11 (-21.43%)
Mutual labels:  viml
Ezjail Flavours
FreeBSD ezjail flavours
Stars: ✭ 12 (-14.29%)
Mutual labels:  viml
Vim Unite Watson.vim
vim-unite-watson.vim is the unite source for watson.
Stars: ✭ 13 (-7.14%)
Mutual labels:  viml
Peg.vim
PEG Syntax for Vim
Stars: ✭ 11 (-21.43%)
Mutual labels:  viml
Dotfiles
All my bash / vim / ... stuff
Stars: ✭ 13 (-7.14%)
Mutual labels:  viml
Vim Tsv
Tab Separated Value niceties for Vim
Stars: ✭ 11 (-21.43%)
Mutual labels:  viml
Focuspoint Vim
Vim color file that makes long coding sessions better while still maintaining color coordination and important keyword focus.
Stars: ✭ 12 (-14.29%)
Mutual labels:  viml
Dotfiles Vim
My ultimate vim productivity suite!
Stars: ✭ 14 (+0%)
Mutual labels:  viml
Pyscratch
Makes Vim into a "scratchpad" tool for Python, Ruby, Perl, and/or Lua
Stars: ✭ 13 (-7.14%)
Mutual labels:  viml
Ctrlp.vim
Fuzzy file, buffer, mru, tag, etc finder.
Stars: ✭ 7,070 (+50400%)
Mutual labels:  viml

Auto-"correct" British spellings to their American equivalent.

To enable auto-"correction", run this command:

:Americanize

This creates abbreviations for common words whose spelling differs between British and American English, such as colour/color, behaviour/behavior, organise/organize, and so on. If you type 'colour', Vim will auto-correct it to 'color'. The abbreviations applied by the :Americanize command are local to the active buffer.

This plugin depends on Tim Pope's abolish plugin. If the :Abolish command isn't available, then the :Americanize command will do nothing.

Many of the abbreviations provided in this plugin were drawn from the Wikipedia article on the differences between British and American English.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].