summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-16 02:09:43 +0100
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-01-16 02:09:43 +0100
commit2fb97f846083670aee629d01efbddc073f24d2a1 (patch)
treeaf2bdf104c1d82c94a5673c2d13bf18751f02e2b /crawl-ref
parente398d71d3e5f02d79806554df21de9e29fb627ef (diff)
downloadcrawl-ref-2fb97f846083670aee629d01efbddc073f24d2a1.tar.gz
crawl-ref-2fb97f846083670aee629d01efbddc073f24d2a1.zip
Add a keybindings document for overriding the vi keys.
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/settings/no_vi_command_keys.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/crawl-ref/settings/no_vi_command_keys.txt b/crawl-ref/settings/no_vi_command_keys.txt
new file mode 100644
index 0000000000..2012b25f69
--- /dev/null
+++ b/crawl-ref/settings/no_vi_command_keys.txt
@@ -0,0 +1,28 @@
+# Keybindings to override the vi keys.
+# CMD_NO_CMD_DEFAULT results in "Unknown command."
+# See docs/keybind.txt for other commands.
+
+bindkey = [h] CMD_NO_CMD_DEFAULT
+bindkey = [j] CMD_NO_CMD_DEFAULT
+bindkey = [k] CMD_NO_CMD_DEFAULT
+bindkey = [l] CMD_NO_CMD_DEFAULT
+bindkey = [H] CMD_NO_CMD_DEFAULT
+bindkey = [J] CMD_NO_CMD_DEFAULT
+bindkey = [K] CMD_NO_CMD_DEFAULT
+bindkey = [L] CMD_NO_CMD_DEFAULT
+bindkey = [^H] CMD_NO_CMD_DEFAULT
+bindkey = [^J] CMD_NO_CMD_DEFAULT
+bindkey = [^K] CMD_NO_CMD_DEFAULT
+bindkey = [^L] CMD_NO_CMD_DEFAULT
+bindkey = [y] CMD_NO_CMD_DEFAULT
+bindkey = [u] CMD_NO_CMD_DEFAULT
+bindkey = [b] CMD_NO_CMD_DEFAULT
+bindkey = [n] CMD_NO_CMD_DEFAULT
+bindkey = [Y] CMD_NO_CMD_DEFAULT
+bindkey = [U] CMD_NO_CMD_DEFAULT
+bindkey = [B] CMD_NO_CMD_DEFAULT
+bindkey = [N] CMD_NO_CMD_DEFAULT
+bindkey = [^Y] CMD_NO_CMD_DEFAULT
+bindkey = [^U] CMD_NO_CMD_DEFAULT
+bindkey = [^B] CMD_NO_CMD_DEFAULT
+bindkey = [^N] CMD_NO_CMD_DEFAULT