Bug 69608 - quick commandline navigation using mouse
Summary: quick commandline navigation using mouse
Status: RESOLVED NOT A BUG
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.2.3
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
: 69609 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-12-03 23:46 UTC by Jarne Cook
Modified: 2005-03-14 04:58 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jarne Cook 2003-12-03 23:46:58 UTC
Version:           1.2.3 (using KDE 3.1.4)
Installed from:     (testing/unstable)
Compiler:          gcc version 3.3.2 (Debian)
OS:          Linux (i686) release 2.6.0-test7

I have found quite often i have long cmdlines ...

:~$ while X in `<cmd> | sed` ........... quite long .... 

what would be nice is if I could navigate the cmd line quickly.

This could be done by like holding alt-shift (or something) and using the mouse... moving left/right moves the cursor in the console (but up/down should be ignored (go up 1 pixel then your at the end of the previous line ... that would shyte me to tears))

essentially, i figure all it would have to do is emulate the <- / -> buttons when the "modifier" is pressed.

Wot ye say?
Comment 1 Jarne Cook 2003-12-03 23:48:12 UTC
I screwed up again ... pressed stop ... and it was too late ... it was meant to be a wish 

ahhh
Comment 2 Casey Allen Shobe 2003-12-04 06:40:15 UTC
*** Bug 69609 has been marked as a duplicate of this bug. ***
Comment 3 Casey Allen Shobe 2003-12-04 06:42:50 UTC
Oops, marked the duplicate backwards...changing this one to wishlist.
Comment 4 Casey Allen Shobe 2003-12-04 06:48:43 UTC
BASH has both emacs (default) and vi keybindings for navigating around the commandline (going to beginning of line, end of line, back a word, forward a word, etc.).  See the BASH documentation for more details (or the documentation for whichever shell you happen to prefer).

But aside from that (which you may have already known about), why would you wish to use the mouse when using a shell?  The time delay caused by constantly moving your hand to the mouse from the keyboard you are otherwise typing on would probably outweigh the benefits...not to mention that the accuracy would be poor, so you would end up wiggling the mouse back and forth to get it just to the right place.
Comment 5 Kurt Hindenburg 2005-03-14 04:58:09 UTC
I agree with #4; this wish is unrealistic even if it could be done.