#3338: Revert to old key bindings in ghci
-----------------------------+----------------------------------------------
Reporter: Raevel | Owner:
Type: feature request | Status: new
Priority: normal | Component: GHCi
Version: 6.10.3 | Severity: minor
Keywords: | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-----------------------------+----------------------------------------------
As of GHC 6.10.3, ghci uses Haskeline. Some of the key bindings that
previously existed are no longer bound. For instance, C-p/C-n were
previously bound to the same keys as up/down arrow respectively.
I have only tested this on Mac OS X 10.5, but I assume it is an issue for
all OS's.
I would like C-p/C-n to be bound like they were previously.
The following lines in .haskeline do what I request:
bind: ctrl-p up
bind: ctrl-n down
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3338>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs