Skip to content

Commit

Permalink
vim: Update telescope's mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
yutkat committed Jan 6, 2022
1 parent aa4957f commit d5409b2
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 d5409b2

Please sign in to comment.