microsoft / inshellisense

IDE style command line auto complete
MIT License
8.23k stars 180 forks source link

How to disable the shottcut: ctrl + a ? #95

Closed V-know closed 7 months ago

V-know commented 7 months ago

Is your feature request related to a problem? Please describe. It override the shotcut ctl+a which I used often in CLI

Describe the solution you'd like I tried to remove @microsoft/inshellisense by running: npm remove -g @microsoft/inshellisense but ctl + a still doen't work and got error: asdfsdf__inshellisense__:3: command not found: inshellisense

I can't emove it completely

Describe alternatives you've considered Is it possible to add a feature to disable the shortcut ctl+a>

V-know commented 7 months ago

Fixed.

 vim ~/.inshellisense/key-bindings.zsh

comment the last line out: #bindkey '^A' __inshellisense

reload shell:

source ~/.zshrc