Re: [lldb-dev] Unable to use Vi mode in LLDB console on Linux

2020-05-17 Thread Greg Clayton via lldb-dev
> On May 17, 2020, at 10:11 AM, Alvin Ye wrote: > > On Sat, May 16, 2020 at 3:44 PM Greg Clayton > wrote: >> >> There are some posts about issues with using the "bind -v". It seems it will >> delete all other key bindings and LLDB does a bunch of bindings for custo

Re: [lldb-dev] Unable to use Vi mode in LLDB console on Linux

2020-05-17 Thread Alvin Ye via lldb-dev
On Sat, May 16, 2020 at 3:44 PM Greg Clayton wrote: > > There are some posts about issues with using the "bind -v". It seems it will > delete all other key bindings and LLDB does a bunch of bindings for custom > things which you won't want to use. > > > On May 16, 2020, at 10:34 AM, Alvin Ye via

Re: [lldb-dev] Unable to use Vi mode in LLDB console on Linux

2020-05-16 Thread Greg Clayton via lldb-dev
There are some posts about issues with using the "bind -v". It seems it will delete all other key bindings and LLDB does a bunch of bindings for custom things which you won't want to use. > On May 16, 2020, at 10:34 AM, Alvin Ye via lldb-dev > wrote: > > Hello, > > I'm using LLDB installed

[lldb-dev] Unable to use Vi mode in LLDB console on Linux

2020-05-16 Thread Alvin Ye via lldb-dev
Hello, I'm using LLDB installed as Arch Linux package. % lldb -v lldb version 10.0.0 % cat ~/.editrc bind -v I'm not able to use vi keybindings like j, k cycle through commands in the lldb console. It would be great if someone could help me with this issue. Thanks, Alvin _