nvim conf
This commit is contained in:
parent
5c5f1b0454
commit
7694058b9d
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ vim.api.nvim_create_user_command('SearchAndReplace', function()
|
|||
end, {})
|
||||
|
||||
-- Map <leader>R to the LadderR command
|
||||
vim.api.nvim_set_keymap('n', '<leader>R', ':SearchAndReplace<CR>', { noremap = true, silent = true })
|
||||
vim.api.nvim_set_keymap('n', '<leader>R', ':SearchAndReplace<CR>', { noremap = true, silent = true, desc = 'Search And [R]eplace'})
|
||||
|
||||
|
||||
-- [[ Basic Keymaps ]]
|
||||
|
|
Loading…
Reference in a new issue