summaryrefslogtreecommitdiff
path: root/home/editors/nixvim.nix
diff options
context:
space:
mode:
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; };
- # }
- # ];
};
}