http://qa.mandrakesoft.com/show_bug.cgi?id=2408
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From [EMAIL PROTECTED] 2003-02-27 23:16 -------
the fix contains a small error:
diff shows:
- bindkey "^[[6~" down-line-or-history
- bindkey "^[[7~" beginning-of-line
bindkey "^[[8~" end-of-line
"down-line-or-history" shoud not have been removed - but "end-of-line", which
was NOT removed.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: UNCONFIRMED
creation_date:
description:
In /etc/zshrc one can find the following keybindings for "Pos1" / "Ende" ("Pos1"
/ "End") for TERM=xterm:
bindkey "^[[7~" beginning-of-line
bindkey "^[[8~" end-of-line
But those two only work in RXvt.
For gnome-terminal the following keybindings are working:
bindkey "^[OF" end-of-line
bindkey "^[OH" beginning-of-line
For real xterm, the following keybindings are required:
bindkey "^[[1~" beginning-of-line
bindkey "^[[4~" end-of-line
(at least for my (german) keyboard).