[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
default inputrc problem: (CTRL-Arrow key failure)
From: |
Richard Andrews |
Subject: |
default inputrc problem: (CTRL-Arrow key failure) |
Date: |
Wed, 15 Dec 2004 16:28:36 +1100 (EST) |
Configuration Information [Automatically generated, do not change]:
Machine: i386
OS: linux-gnu
Compiler: i386-redhat-linux-gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i386'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i386-redhat-linux-gnu'
-DCONF_VENDOR='redhat' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include
-I./lib -D_FILE_OFFSET_BITS=64 -O2 -g -pipe -march=i386 -mcpu=i686
uname output: Linux localhost.localdomain 2.6.5-1.358smp #1 SMP Sat May
8 09:25:36 EDT 2004 i686 i686 i386 GNU/Linux
Machine Type: i386-redhat-linux-gnu
Bash Version: 2.05b
Patch Level: 0
Release Status: release
Description:
In emacs mode bash should move through current command line one
word at a time when using CTRL-Left or CTRL-Right arrow. This fails due
to a misconfiguration in /etc/inputrc
Repeat-By:
type multi word command and press CTRL+Left arrow. This results
in "5D" being written at cursor position rather than the cursor being
moved.
Fix:
Modify the inputrc file in particular, the mode=emacs section
should contain the following lines
"\e[1;5C": forward-word
"\e[1;5D": backward-word
Currently these are set as
"\e5C": forward-word
"\e5D": backward-word
Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com
- default inputrc problem: (CTRL-Arrow key failure),
Richard Andrews <=