From 12564a8f73ebe721d415a04d36f7aac7091bea9d Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Thu, 16 May 2019 18:16:09 -0400 Subject: updating vimrc --- vim/.vim/plugged/vimling/README.md | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 vim/.vim/plugged/vimling/README.md (limited to 'vim/.vim/plugged/vimling/README.md') diff --git a/vim/.vim/plugged/vimling/README.md b/vim/.vim/plugged/vimling/README.md deleted file mode 100644 index eb8555d..0000000 --- a/vim/.vim/plugged/vimling/README.md +++ /dev/null @@ -1,34 +0,0 @@ -# Luke's vim helpers - -Just some little things I source in my vimrc. Moving these from the -[voidrice](https://github.com/lukesmithxyz/voidrice) repo for extensibility's -sake. Mostly language-related. - -## Who's who? - -### `deadkeys.vim` - -A script modeled off one on the vim wiki by Max Baker, but with more deadkeys -and a toggling command. - -This gives you a function `ToggleDeadKeys()` that will, as its name suggest, -make ', ", ~ and : into keys that can be combined with other letters to give -you accents, specifically: - -* ' gives you acute accents (á) -* ~ gives you tildes (ã) -* ` gives you grave accents (à) -* : gives you macrons (ā) -* " gives you umlauts (ä) - -These will all work with most vowels and some consonants if the combination is -commonly used. - -### `ipa.vim` - -Adjustable bindings for International Phonetic Alphabet characters. Can be -toggled with `ToggleIPA()`. - -### `prose.vim` - -A prose mode. -- cgit v1.2.3