Commit for generation 113

This commit is contained in:
2024-09-26 17:42:08 -04:00
parent bf50590bcd
commit 0128b3f772
2 changed files with 11 additions and 6 deletions

10
flake.lock generated
View File

@@ -195,11 +195,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1727381010, "lastModified": 1727383923,
"narHash": "sha256-2PqUwnZXjYiPUm5A4d8Z31mvLS4lvUeV/9gUhSMmNR4=", "narHash": "sha256-4/vacp3CwdGoPf8U4e/N8OsGYtO09WTcQK5FqYfJbKs=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "853e7bd24f875bac2e3a0cf72f993e917d0f8cf5", "rev": "ffe2d07e771580a005e675108212597e5b367d2d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@@ -426,8 +426,8 @@
"pre-commit-hooks": "pre-commit-hooks" "pre-commit-hooks": "pre-commit-hooks"
}, },
"locked": { "locked": {
"lastModified": 1727382313, "lastModified": 1727386921,
"narHash": "sha256-jlisVwGJIvc5E7tb981M9XuFq6IXXrHePdALaiavQIM=", "narHash": "sha256-qdTY7KWB0+7QZQKT85OcZRj56aG/3o8ILLnYBvEVihA=",
"path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim", "path": "/home/pagedmov/sysflakes/glasshouse-desktop/dotfiles/packages/nixvim",
"type": "path" "type": "path"
}, },

View File

@@ -1,10 +1,15 @@
{ {
keymaps = [ keymaps = [
{ {
action = "<C-w>w"; action = "<C-W>W";
key = "<S-Tab>"; key = "<S-Tab>";
mode = "n"; mode = "n";
} }
{
action = "<C-w>w";
key = "<Tab>";
mode = "n";
}
{ {
action = "<cmd>FloatermToggle shadeterm<CR>"; action = "<cmd>FloatermToggle shadeterm<CR>";
key = "<F2>"; key = "<F2>";