aboutsummaryrefslogtreecommitdiff
path: root/vim/.vim/plugged/vimling/README.md
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-04-26 18:49:26 +0000
committerKumar Damani <damani.kumar@gmail.com>2019-04-26 18:49:26 +0000
commit5a6ed5fcb3b89d0c2b4e8ba2953c4ba806d4b171 (patch)
tree5be0c043b0c8d632e35a8b4ef7e23452b103b94d /vim/.vim/plugged/vimling/README.md
parentaf821092fe78ef159d7cb6536bb006712dc01b9d (diff)
added vim dir
Diffstat (limited to 'vim/.vim/plugged/vimling/README.md')
-rw-r--r--vim/.vim/plugged/vimling/README.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/vim/.vim/plugged/vimling/README.md b/vim/.vim/plugged/vimling/README.md
new file mode 100644
index 0000000..eb8555d
--- /dev/null
+++ b/vim/.vim/plugged/vimling/README.md
@@ -0,0 +1,34 @@
+# 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.