aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Linskey2016-05-12 00:26:47 -0400
committerBen Linskey2016-05-12 00:26:47 -0400
commit972d6095fda7f7c4dbb0d15ee15978bdf645c91b (patch)
tree934a834690e2aacca5172e64b474ff0a0e33632b
parent1d6bd3c7bd7de496de4e8c77d8738e978923f294 (diff)
downloadvim-armenian-keymaps-972d6095fda7f7c4dbb0d15ee15978bdf645c91b.tar.gz

Add readme

-rw-r--r--README.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7f6a642
--- /dev/null
+++ b/README.md
@@ -0,0 +1,28 @@
+# Vim Western Armenian Keymap
+
+This is a Vim keymap for the Armenian alphabet. It can be used to type Armenian
+characters in Insert mode while retaining standard functionality in Normal
+mode.
+
+This keymap is based on a standard Western Armenian keyboard layout, but it can
+also be used to write Eastern Armenian.
+
+## Setup
+
+Copy or link `western_armenian_utf-8.vim` to the directory
+`/usr/share/vim/vim74/keymap/`, then enable the keymap in your `.vimrc`:
+
+```vim
+set keymap=western_armenian_utf-8
+```
+
+You can switch between Armenian and Latin characters in Insert mode using
+<kbd>Ctrl-^</kbd>. To disable the keymap at Vim startup, add the following
+lines to your `.vimrc`:
+
+```vim
+set iminsert=0
+set imsearch=0
+```
+
+For more information on keymaps, see `:help mbyte-keymap`.