mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
Telescope find in buffer
This commit is contained in:
parent
5310084735
commit
dd2e40d517
1 changed files with 2 additions and 0 deletions
|
|
@ -156,3 +156,5 @@ map("n", "<Left>", "<c-w><", { desc = "Resize buffer left" })
|
|||
map("n", "<Right>", "<c-w>>", { desc = "Resize buffer right" })
|
||||
|
||||
map("n", "<leader><leader>xx", "<esc>:!chmod +x %<cr>", { desc = "Make file executable" })
|
||||
|
||||
map("n", "<leader><leader>b", "<cmd>Telescope current_buffer_fuzzy_find<cr>", { desc = "Search in current buffer" })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue