From 93b666129514d7f0c7d033f7c9ac7ccf45d315e5 Mon Sep 17 00:00:00 2001 From: primeapple Date: Wed, 20 Nov 2024 09:24:03 +0100 Subject: [PATCH] Mappings for `coerce.nvim` --- .config/nvim/lua/plugins/other.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.config/nvim/lua/plugins/other.lua b/.config/nvim/lua/plugins/other.lua index 746b17f..bc10e4f 100644 --- a/.config/nvim/lua/plugins/other.lua +++ b/.config/nvim/lua/plugins/other.lua @@ -17,7 +17,14 @@ return { { 'cr' }, { 'gcr', mode = { 'n', 'x' } }, }, - config = true, + opts = { + default_mode_keymap_prefixes = { + normal_mode = 'cr', + -- I don't like them but at least they don't break anything + motion_mode = 'gC', + visual_mode = 'gC', + }, + }, }, -------------------- NAVIGATION --------------------