vimspector icon indicating copy to clipboard operation
vimspector copied to clipboard

[Feature Request]: Add a VimspectorLaunch command.

Open ubaldot opened this issue 1 year ago • 0 comments

At the moment users can start Vimspector with <F5>. However, that key may be already mapped and it would be beneficial to have a VimspectorLaunch command instead. As a workaround I am using the following:

command! VimspectorLaunch vimspector#Launch()

ubaldot avatar Oct 14 '24 13:10 ubaldot