Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139862 - inputrc entries for case-insensitive tab completion and ctrl+left/right word skip
Summary: inputrc entries for case-insensitive tab completion and ctrl+left/right word ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-10 05:01 UTC by Triffid Hunter
Modified: 2008-01-20 20:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Triffid Hunter 2006-07-10 05:01:59 UTC
# http://linuxart.com/log/archives/2005/10/13/super-useful-inputrc/
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word
# these work for me - Triffid Hunter
"\e[1;5C": forward-word
"\e[1;5D": backward-word
# case insensitive tab completion
set completion-ignore-case On
Comment 1 SpanKY gentoo-dev 2006-07-14 23:39:53 UTC
case-insensitive tab -> not a chance that's going in

as for the others, i need to know what terminals they work in
Comment 2 Ed Catmur 2007-02-20 01:59:54 UTC
"\e[1;5C": forward-word
"\e[1;5D": backward-word

WFM in gnome-terminal (vte)
Comment 3 Ed Catmur 2008-01-20 13:06:22 UTC
ctrl+left/right word skip is in 1.12.11.1
Comment 4 SpanKY gentoo-dev 2008-01-20 20:08:27 UTC
for gnome-terminal, they were added via different bugs