You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2021. It is now read-only.
Special characters which have the no_reenter flag will cause Cmd2Suggest to exit from the cmdline.
Examples of these are <C-V>, <C-K>, <C-D> etc. These cause exit from the cmdline as Cmd2Suggest is unable to decide if it should return back to the cmdline.
The best way to handle this would be to create a special module to handle each of these cases.
Special characters which have the no_reenter flag will cause Cmd2Suggest to exit from the cmdline.
Examples of these are
<C-V>,<C-K>,<C-D>etc. These cause exit from the cmdline as Cmd2Suggest is unable to decide if it should return back to the cmdline.The best way to handle this would be to create a special module to handle each of these cases.
To be fixed in later version (maybe).