Auto: misc.

This commit is contained in:
2020-11-23 12:20:34 +01:00
parent 27b7fc4bde
commit a24e3aab95
+6
View File
@@ -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 :(