From 224e945e9cdbe7716e67bec5ab10ac357c0b9a37 Mon Sep 17 00:00:00 2001 From: Iwaniuk Krzysztof Date: Mon, 1 Jul 2024 01:40:26 +0200 Subject: [PATCH] fixup! some variety on macbook --- after/plugin/keybinds.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/after/plugin/keybinds.lua b/after/plugin/keybinds.lua index 25e72bd3..91263fb1 100644 --- a/after/plugin/keybinds.lua +++ b/after/plugin/keybinds.lua @@ -1,4 +1,4 @@ -lcal map = vim.keymap.set +local map = vim.keymap.set -- The good 'ol keybinds map('n', '', 'ggVG', { noremap = true, silent = true })