feat!: remove default gr keymap
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user