
#Uninstall vscode mac code#
In the previous version which supports only a single cursor, the code just invokes deleteWordLeft command to delete the word before the cursor. This command aims to be backward compatible with existing implementation of ctrl+backspace a.k.a deleteWorldLeftīecause existing ctrl+backspace actually is a hungry delete on the same line with some optimizations "when ": "editorTextFocus & vim.active & !inDebugRepl & vim.mode = 'SearchInProgressMode' "Ĭlick "No" if VSCode detected that this extension has a conflict with Vim extension Enable the vim backspace only in search mode "when ": "editorTextFocus & vim.active & !inDebugRepl " Set to true to keep at least one space after the last word of the previous line with smart backspace. (Or press the upper arrow and press ctrl+k) You have to press backspace multiple times to delete the leading tabs or space to upper line. Smart Backspace Demo Before Smart Backspace You only have to press ctrl+backspace ONCE to delete the leading spaces and tabs until you reach a non-empty character You have to press ctrl+backspace multiple times to delete the leading spaces and tabs
#Uninstall vscode mac windows#

To delete the upper empty line or delete all tabs or whitespaces until the end of the previous line.

