summaryrefslogtreecommitdiff
path: root/home/editors/nixvim.nix
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2025-12-06 14:29:51 +0100
committeradikro <adikro@disroot.org>2025-12-06 14:29:51 +0100
commit4cf79fcc579909d334a81b23c1578daa41fff691 (patch)
tree2d6386265e4a41efed0d5e5b3c8c2bdc29efb527 /home/editors/nixvim.nix
parent611576f9ee5232dfc399843c12dfeed5d58ec9ad (diff)
changes necessary for a nix update
Diffstat (limited to 'home/editors/nixvim.nix')
-rw-r--r--home/editors/nixvim.nix26
1 files changed, 0 insertions, 26 deletions
diff --git a/home/editors/nixvim.nix b/home/editors/nixvim.nix
index 6bfc119..2ea5b94 100644
--- a/home/editors/nixvim.nix
+++ b/home/editors/nixvim.nix
@@ -91,31 +91,5 @@
register = "wl-copy";
};
};
-
- # keymaps = [
- # {
- # key = "<Up>";
- # action = "<Nop>";
- # mode = [ "n" "i" "v" ];
- # options = { silent = true; };
- # }
- # { key = "<Down>";
- # action = "<Nop>";
- # mode = [ "n" "i" "v" ];
- # options = { silent = true; };
- # }
- # {
- # key = "<Left>";
- # action = "<Nop>";
- # mode = [ "n" "i" "v" ];
- # options = { silent = true; };
- # }
- # {
- # key = "<Right>";
- # action = "<Nop>";
- # mode = [ "n" "i" "v" ];
- # options = { silent = true; };
- # }
- # ];
};
}