You've already forked dotfiles
Changing the control based shortcuts to use the uppercase C when defined for consistency.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user