C-cC-t for type and C-cC-i for info.

This commit is contained in:
Kazu Yamamoto 2010-11-18 16:42:19 +09:00
parent d81954d2c8
commit 7aa6cf6ef0
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@
(defvar ghc-help-key "\e?")
(defvar ghc-insert-key "\et")
(defvar ghc-sort-key "\es")
(defvar ghc-type-key "\ek")
(defvar ghc-info-key "\ei")
(defvar ghc-type-key "\C-c\C-t")
(defvar ghc-info-key "\C-c\C-i")
(defvar ghc-check-key "\C-x\C-s")
(defvar ghc-toggle-key "\C-c\C-c")