software/vim.md
... ...
@@ -295,6 +295,13 @@ set ttymouse=
295 295
:SignifyDiff
296 296
```
297 297
298
+## tabs or spaces
299
+* change all tabs to spaces
300
+```
301
+:set expandtab
302
+:retab
303
+```
304
+
298 305
[using_spellcheck]: https://www.linux.com/learn/using-spell-checking-vim
299 306
[faq]: http://vim.wikia.com/wiki/Vim_buffer_FAQ
300 307
[vanilla vim]: https://stackoverflow.com/questions/16082991/vim-switching-between-files-rapidly-using-vanilla-vim-no-plugins
virtualisation/lxc.md
... ...
@@ -326,7 +326,7 @@ lxc.idmap: g 1006 101006 64530
326 326
327 327
328 328
## mounting zfs dataset in lxc container
329
-* requires [uid/gid mapping](#uid/gid-mapping)
329
+* requires [uid/gid mapping](#uid-gid-mapping)
330 330
* this example is for using the www-data user with nextcloud
331 331
* on host
332 332
```