commit 3bf020cbbf66d4ea5968d390f0b56183c5cf557a
parent b719e621bee1550b5c38a887467c01616810acc1
Author: pyratebeard <root@pyratebeard.net>
Date: Tue, 9 Apr 2024 16:46:09 +0100
updates
Diffstat:
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/software/vim.md b/software/vim.md
@@ -295,6 +295,13 @@ set ttymouse=
:SignifyDiff
```
+## tabs or spaces
+* change all tabs to spaces
+```
+:set expandtab
+:retab
+```
+
[using_spellcheck]: https://www.linux.com/learn/using-spell-checking-vim
[faq]: http://vim.wikia.com/wiki/Vim_buffer_FAQ
[vanilla vim]: https://stackoverflow.com/questions/16082991/vim-switching-between-files-rapidly-using-vanilla-vim-no-plugins
diff --git a/virtualisation/lxc.md b/virtualisation/lxc.md
@@ -326,7 +326,7 @@ lxc.idmap: g 1006 101006 64530
## mounting zfs dataset in lxc container
-* requires [uid/gid mapping](#uid/gid-mapping)
+* requires [uid/gid mapping](#uid-gid-mapping)
* this example is for using the www-data user with nextcloud
* on host
```