From a24e3aab95ccf52039080581c8f73147f39b6a69 Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Mon, 23 Nov 2020 12:20:34 +0100 Subject: [PATCH] Auto: misc. --- journal/2020-11-23.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 journal/2020-11-23.md diff --git a/journal/2020-11-23.md b/journal/2020-11-23.md new file mode 100644 index 000000000..1ea520e46 --- /dev/null +++ b/journal/2020-11-23.md @@ -0,0 +1,6 @@ +# 2020-11-23 + +- Installed surround in vscode but it didn't do what I expected. + - vim mode gets in the way with native surround support -- but it might also provide a solution: https://github.com/VSCodeVim/Vim#vim-surround + - ysiw] surrounds a word with [], then I need to do . to surround it with another one. + - For visual selections it's S], but no obvious way to surround with two :(