Added current buffer fuzzy find key mapping (#1903)
* Added current buffer fuzzy find key mapping * change telescope fuzzy mapping to <leader>fz Co-authored-by: Sidhanth Rathod <siduck@tutanota.com>
This commit is contained in:
parent
907b112514
commit
b5cf9fde0e
|
@ -265,6 +265,7 @@ M.telescope = {
|
|||
["<leader>fb"] = { "<cmd> Telescope buffers <CR>", "find buffers" },
|
||||
["<leader>fh"] = { "<cmd> Telescope help_tags <CR>", "help page" },
|
||||
["<leader>fo"] = { "<cmd> Telescope oldfiles <CR>", "find oldfiles" },
|
||||
["<leader>fz"] = { "<cmd> Telescope current_buffer_fuzzy_find <CR>", "find in current buffer" },
|
||||
|
||||
-- git
|
||||
["<leader>cm"] = { "<cmd> Telescope git_commits <CR>", "git commits" },
|
||||
|
|
Loading…
Reference in New Issue