feat!: remove default gr keymap

This commit is contained in:
2025-04-09 02:31:37 +02:00
parent a08eca17e6
commit 99352e7bba
+3
View File
@@ -91,6 +91,9 @@ vim.keymap.set('n', '<leader>ve', function()
end end
end) end)
-- Removed bindings
vim.keymap.set('n', 'gr', '<Nop>')
-- Default bindings that are good to know: -- Default bindings that are good to know:
-- insert mode: -- insert mode:
-- <C-T> - indent, see :h i_CTRL-T -- <C-T> - indent, see :h i_CTRL-T