http://bugzilla.suse.com/show_bug.cgi?id=1007715 Bug ID: 1007715 Summary: "Control+Arrow" key does not working in rxvt-unicode with default /etc/inputrc Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: All Status: NEW Severity: Normal Priority: P5 - None Component: X11 Applications Assignee: bnc-team-screening@forge.provo.novell.com Reporter: wnereiz@eienteiland.org QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- Environment: openSUSE Tumbleweed x86_64 rxvt-unicode-9.21-2.11 aaa_base-13.2+git20160915.106a00d-1.1.x86_64 The rxvt-unicode and rxvt-unicode-256color does not respect "Control+Arrow" key bindings in commind line (bash) - which should be the default configurations in most of terminals. Default /etc/inputrc file was lack of following configurations $if term=rxvt-unicode "\eOa": history-search-backward "\eOb": history-search-forward "\eOc": forward-word "\eOd": backward-word $endif The 256color configuration also need to be added: $if term=rxvt-unicode-256color "\eOa": history-search-backward "\eOb": history-search-forward "\eOc": forward-word "\eOd": backward-word $endif It can be set in $HOME/.inputrc but it's reasonalbly to be the default. -- You are receiving this mail because: You are on the CC list for the bug.