workspace och nixvim

This commit is contained in:
fwastring 2025-12-16 14:27:52 +01:00
parent 4a17603b4e
commit 89c846f69a
4 changed files with 65 additions and 50 deletions

View file

@ -141,6 +141,12 @@ with lib;
action = "[s";
options.silent = true;
}
{
mode = "n";
key = "zj";
action = "1z=";
options.silent = true;
}
# Buffers
{