Changing the control based shortcuts to use the uppercase C when defined for consistency.

This commit is contained in:
2024-03-04 14:33:55 -06:00
parent 55765e8cf6
commit bd1a378da5
3 changed files with 11 additions and 9 deletions

View File

@@ -49,4 +49,6 @@ vim.keymap.set('n', '<leader>eb', function() cf.execute('benchmark') end)
vim.keymap.set('n', '<leader>eo', ':Lexplore<CR>', options)
vim.keymap.set('n', '<leader>rn', ':%s/<c-r><c-w>//g<Left><Left>', options)
vim.keymap.set('n', '<leader>rn', ':%s/<C-r><C-w>//g<Left><Left>', options)
vim.keymap.set('n', '<leader>L', ':Lazy<CR>', options)