Skip to content

Commit

Permalink
Merge pull request #2531 from yutkat/v39.051
Browse files Browse the repository at this point in the history
vim: Update telescope's mappings
  • Loading branch information
yutkat authored Jan 6, 2022
2 parents da48795 + e8e73ba commit b1a91b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .config/nvim/lua/rc/pluginconfig/telescope.lua
Original file line number Diff line number Diff line change
Expand Up @@ -352,3 +352,8 @@ vim.api.nvim_set_keymap('n', '<fuzzy-finder>S',
-- coc
vim.api.nvim_set_keymap('n', '<fuzzy-finder>cd', '<Cmd>Telescope coc diagnostics<CR>',
{noremap = true, silent = true})

vim.api.nvim_set_keymap('n', '<fuzzy-finder>:', '<Cmd>Telescope command_history<CR>',
{noremap = true, silent = true})
vim.api.nvim_set_keymap('c', '<C-t>', '<BS><Cmd>Telescope command_history<CR>',
{noremap = true, silent = true})

0 comments on commit b1a91b3

Please sign in to comment.