From 66439533666e8b80c8eae377de2df00be86030c1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 21 Feb 2024 11:35:29 +0100 Subject: nvim: Minor config fixes --- .config/nvim/lua/mango/remap.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.config/nvim/lua') diff --git a/.config/nvim/lua/mango/remap.lua b/.config/nvim/lua/mango/remap.lua index 787ae1e..a22632e 100644 --- a/.config/nvim/lua/mango/remap.lua +++ b/.config/nvim/lua/mango/remap.lua @@ -27,9 +27,8 @@ remap('n', '', 'zz') remap('n', 'n', 'nzzzv') remap('n', 'N', 'Nzzzv') --- Swap the jump-to-mark bindings --- remap('nv', "'", '`') --- remap('nv', '`', "'") +-- Compile code quickly +remap('n', 'M', ':make') -- Transpose characters; for some reason it has a noticable delay if I just give -- a string instead of lambda functions -- cgit v1.2.3