From 49afd873daffb91af1abe6b891da10a7b18ad9c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sat, 26 Oct 2024 17:05:31 +0200 Subject: [PATCH] feat(nvim): add better default mappings (yank + indent) --- modules/programs/nvim/new_plugins/other.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/programs/nvim/new_plugins/other.nix b/modules/programs/nvim/new_plugins/other.nix index a65cd02..6c72959 100644 --- a/modules/programs/nvim/new_plugins/other.nix +++ b/modules/programs/nvim/new_plugins/other.nix @@ -26,6 +26,9 @@ in { keymaps = [ { key = ""; action = "noh"; options.desc = "Escape and clear hlsearch"; mode = [ "i" "n" ]; } + { key = "<"; action = "