about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--hm/soispha/conf/nvim/mappings/default.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/hm/soispha/conf/nvim/mappings/default.nix b/hm/soispha/conf/nvim/mappings/default.nix
index d5b4dd30..2cb174a4 100644
--- a/hm/soispha/conf/nvim/mappings/default.nix
+++ b/hm/soispha/conf/nvim/mappings/default.nix
@@ -202,20 +202,6 @@
         options.desc = "New vertical split";
       }
 
-      # Exit insert mode after creating a new line above or below the current line.";
-      {
-        mode = ["n"];
-        key = "o";
-        action = "o<Esc>";
-        options.desc = "add new line below";
-      }
-      {
-        mode = ["n"];
-        key = "O";
-        action = "O<Esc>";
-        options.desc = "add new line above";
-      }
-
       {
         mode = ["n"];
         key = "<leader>p";