Skip to content

Commit 3a2cc4a

Browse files
committed
Update search open bind
1 parent fb62845 commit 3a2cc4a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -477,12 +477,12 @@ require('lazy').setup({
477477

478478
-- It's also possible to pass additional configuration options.
479479
-- See `:help telescope.builtin.live_grep()` for information about particular keys
480-
vim.keymap.set('n', '<leader>s/', function()
480+
vim.keymap.set('n', '<leader>so', function()
481481
builtin.live_grep {
482482
grep_open_files = true,
483483
prompt_title = 'Live Grep in Open Files',
484484
}
485-
end, { desc = '[S]earch [/] in Open Files' })
485+
end, { desc = '[S]earch in [O]pen Files' })
486486

487487
-- Shortcut for searching your Neovim configuration files
488488
vim.keymap.set('n', '<leader>sn', function()

0 commit comments

Comments
 (0)