CopyPastor

Detecting plagiarism made easy.

Score: 1.8458075603442405; Reported for: String similarity, Exact paragraph match Open both answers

Possible Plagiarism

Reposted on 2025-05-14
by Chema

Original Post

Original - Posted on 2025-05-14
by Chema



            
Present in both answers; Present only in the new answer; Present only in the old answer;

. doesn't always repeat the last indent for me. btd's keybindings got my VSCode stuck moving the cursor up.
Adding this to settings.json works as a charm using tab/shift+tab whenever you have a selection:
"vim.visualModeKeyBindings": [ { "before": ["<tab>"], "after": [">","g","v"] }, { "before": ["<S-tab>"], "after": ["<","g","v"] } ],
(posted by himanshugoswamiii at https://github.com/VSCodeVim/Vim/discussions/7622)
. doesn't always repeat the last indent for me. Adding this to settings.json works as a charm using tab/shift+tab whenever you have a selection:
"vim.visualModeKeyBindings": [ { "before": ["<tab>"], "after": [">","g","v"] }, { "before": ["<S-tab>"], "after": ["<","g","v"] } ],
(posted by himanshugoswamiii at https://github.com/VSCodeVim/Vim/discussions/7622)

        
Present in both answers; Present only in the new answer; Present only in the old answer;