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 :(