about summary refs log tree commit diff stats
path: root/hm
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-08 13:22:56 +0200
committerSoispha <soispha@vhack.eu>2023-10-08 13:22:56 +0200
commitaf520d24f6b8a39295adcdc76393bb2f9847b2a9 (patch)
tree6f441ef62327c6e50bb436fb8d46bc759d603bea /hm
parentfix(hm/conf/nvim/plgs/telescope/exts/bibtex): Mark action as empty (diff)
downloadnixos-config-af520d24f6b8a39295adcdc76393bb2f9847b2a9.tar.gz
nixos-config-af520d24f6b8a39295adcdc76393bb2f9847b2a9.zip
fix(hm/conf/nvim/maps): Remove exit after 'o'
Diffstat (limited to '')
-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";