spikesource hints'n'tips

Our Top Tags

                                       

Mailing List

Keep uptodate with the latest hints'n' tips as they are published by signing up to our mailing list.

Our RSS Feeds








Latest Linux News

Hosted Zimbra Email Catches On With Managed Service Providers

Saturday, 19 July 2008
MSPmentor: "When it comes to hosted email, why zig when you can zag? That explains the strategy at EtomicMail, a managed service provider that’s hosting Zimbra — an open source email platf

An Open Source Seeing Eye Dog for Web Surfers

Saturday, 19 July 2008
LinuxInsider: "WebAnywhere is an open source, Web-based application that acts as a screen reader of sorts for blind people. Its developer, a student at the University of Washington, designed it so tha

Perl and Bash Versions Of Binary To Decimal Conversion Script

Saturday, 19 July 2008
The Linux and Unix Menagerie: "As promised, in yesterday's post on converting binary values to decimal in C, today we're going to follow up with straight-up ports to Perl and shell. Actually, they'll

E4X: JavaScript on Steroids

Saturday, 19 July 2008
IBM Developerworks: "E4X is designed to simplify the task of writing JavaScript code for XML. It is an efficient, powerful tool that you can use to interact with XML nodes and attributes. The primary

Linux 2.6.26 Kernel Benchmarks

Saturday, 19 July 2008
Phoronix: "Over the weekend the Linux 2.6.26 kernel was released. This quarterly update to the Linux kernel introduced Kernel-based Virtual Machine improvements, new One Laptop Per Child support, a ne

Latest Digg Entries

getting ctrl-forward/backward working on cygwin and sles console

posted Tuesday, 7 November 2006
Are you used to jumping forward and backward a word on the console while typing a command? As the command gets bigger, moving around the command to change things get tougher if you cannot move one word at a time.

 I was working on windows cygwin, and i use the cygwin sshd service to give me ssh access to the windows machine, so that I can work from a familiar linux environment! Now cygwin did not allow me to use the ctrl-left arrow and ctrl-right arrow to move around the command, similar problem while remote login to sles machines.

Here is the solution: Add the following to you ~/.inputrc file

"\e[5C": forward-word
"\e[5D": backward-word
"\e[1;5C": forward-word
"\e[1;5D": backward-word

And you should be able to jump words!

tags:      

links: digg this    del.icio.us    technorati    




Related Posts

getting ctrl-forward/backward working on cygwin and sles console

Tuesday, 7 November 2006 10:04 P GMT
Ever frustrated with 2D and 3D appearing on the screen when you want to jump words using ctrl-left or ctrl-right on the console?