[lldb-dev] Using control+left/right arrow to jump between words in the prompt

Jim Ingham via lldb-dev lldb-dev at lists.llvm.org
Mon Jan 11 11:02:56 PST 2016


On OS X Ctrl left & right arrow are taken over by the system to move between virtual desktops.  Instead, option left & right are the equivalent gesture for move by word on OS X, and in the OS X lldb, option left & right do indeed move by word.

LLDB doesn't do most of this stuff by hand, it lets editline handle it, and so Ctrl-Arrow may be an optional feature you need to enable.  I'd have no objection to turning this on for Linux and Windows if that is appropriate.  The appropriate equivalent already works for OS X so this seems only fair.

Jim

> On Jan 11, 2016, at 2:50 AM, Ori Avtalion via lldb-dev <lldb-dev at lists.llvm.org> wrote:
> 
> On Mon, Jan 11, 2016 at 11:40 AM, Pavel Labath <labath at google.com> wrote:
>>> Is it a feature that would be welcome?
>> Is this an offer to implement the feature? ;)
>> If so, I know a couple of people, who would be very pleased by that. :)
> 
> I'm willing to implement it (or at least try :P), but first I wanted to
> gauge interest and get approval, as I don't know how the project decides
> on new features.
> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev



More information about the lldb-dev mailing list