add C-r bind for telescope command history
This commit is contained in:
parent
8790289b7d
commit
88f559539a
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ function switch_virtual_text()
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
map("n", "<leader>vt", ":lua switch_virtual_text()<CR>")
|
map("n", "<leader>vt", ":lua switch_virtual_text()<CR>")
|
||||||
|
map("t", "<C-r>", ":Telescope command_history<CR>")
|
||||||
|
|
||||||
-- tab lines in normal and visual mode
|
-- tab lines in normal and visual mode
|
||||||
map("n", "<Tab>", ">>")
|
map("n", "<Tab>", ">>")
|
||||||
|
|
Loading…
Reference in a new issue