diff options
Diffstat (limited to 'home/editors')
| -rw-r--r-- | home/editors/nixvim.nix | 26 |
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; }; - # } - # ]; }; } |
