Skip to content

Commit

Permalink
feat: add a keybind to search register (#1170)
Browse files Browse the repository at this point in the history
use `<leader>"` to search register through telescope
  • Loading branch information
qizidog authored Jul 20, 2023
1 parent df08188 commit fc50c05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/lazyvim/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ return {
{ "<leader>gc", "<cmd>Telescope git_commits<CR>", desc = "commits" },
{ "<leader>gs", "<cmd>Telescope git_status<CR>", desc = "status" },
-- search
{ '<leader>s"', "<cmd>Telescope registers<cr>", desc = "Registers" },
{ "<leader>sa", "<cmd>Telescope autocommands<cr>", desc = "Auto Commands" },
{ "<leader>sb", "<cmd>Telescope current_buffer_fuzzy_find<cr>", desc = "Buffer" },
{ "<leader>sc", "<cmd>Telescope command_history<cr>", desc = "Command History" },
Expand Down

0 comments on commit fc50c05

Please sign in to comment.