[haskeline] #107: Vi mode: 'k' key behave oddly: command mode -> insert mode
haskeline
haskeline at projects.haskell.org
Sun May 20 09:58:15 BST 2012
#107: Vi mode: 'k' key behave oddly: command mode -> insert mode
-----------------------------+----------------------------------------------
Reporter: guest | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.6.2
Version: 0.6 | Resolution:
Keywords: Vi k historyBack |
-----------------------------+----------------------------------------------
Comment(by judah):
Thank you for the additional information. I have a question about your
statement:
> In fact, none of the VI movement keys work at all.
Can you be more specific about exactly what happens when you do the
following:
1. Type some text, then press the left/right arrow keys to move around the
line
2. Type some text, press "escape" and then press "0" (which should move
the cursor to the start of the line)
3. Type some text, press "escape" and then type "dd" (should delete the
whole line)
Does it just do absolutely nothing, or does it print incorrect output to
the screen as in the original ticket description?
Finally: what is the contents of your `~/.haskeline` file (if any)?
--
Ticket URL: <http://trac.haskell.org/haskeline/ticket/107#comment:4>
haskeline <http://example.org/>
My example project
More information about the Haskeline
mailing list