From 2fb97f846083670aee629d01efbddc073f24d2a1 Mon Sep 17 00:00:00 2001 From: Johanna Ploog Date: Sat, 16 Jan 2010 02:09:43 +0100 Subject: Add a keybindings document for overriding the vi keys. --- crawl-ref/settings/no_vi_command_keys.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 crawl-ref/settings/no_vi_command_keys.txt (limited to 'crawl-ref') 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 -- cgit v1.2.3-54-g00ecf