fixup! some variety on macbook

This commit is contained in:
Iwaniuk Krzysztof 2024-07-01 01:40:26 +02:00
parent 63e44654f1
commit 224e945e9c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
lcal map = vim.keymap.set
local map = vim.keymap.set
-- The good 'ol keybinds
map('n', '<C-a>', 'ggVG', { noremap = true, silent = true })