Summary: | Home, End, Page Up and Page Down keys fail on app-shells/zsh 4.2.5 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Samuli Suominen (RETIRED) <ssuominen> |
Component: | Current packages | Assignee: | Mamoru KOMACHI (RETIRED) <usata> |
Status: | RESOLVED CANTFIX | ||
Severity: | major | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
URL: | http://hdr.unk.fi/~drac/zshrc | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Samuli Suominen (RETIRED)
2005-06-29 08:39:18 UTC
I don't know what you want to do with Page Up et Page down, (Shift PageUP and Shift PageDown works). For home,End and del : here it is... perhaps it could be added to the default zshrc General TEM=xterm: bindkey "^[[H" beginning-of-line bindkey "^[[F" end-of-line For RVXT and other(wterm) TERM=lin : bindkey "^[[1~" beginning-of-line bindkey "^[[4~" end-of-line For everything (the del key): bindkey "^[[3~" delete-char (In reply to comment #1) > I don't know what you want to do with Page Up et Page down, (Shift PageUP and > Shift PageDown works). For home,End and del : here it is... > perhaps it could be added to the default zshrc For example, in Konsole and scrolling with Page Up and Page Down only with those addons you posted they produce tilde ~ and history-scrolling doesn't work. So it's quite clear some bindings are needed, they are in Debian's zshrc but i'm not so familiar with zsh I could point them out for you. It fixed Home and End though. Thanks. If you want to create your custom bindings : type : bindkeys it will show you available "fonctions" assigned to each key To know all available functions, "info zsh", and select the menu : up-line-or-history type : bindkeys '<Ctrl-V>-<YourKey>' your_function I don't really like the debian way (not easy to know what they try to do) I don't see point keeping this open, can't be bothered to find out how Debian does that exactly.. and/or lack of skills to read zsh variables. |