Skip to content

Commit

Permalink
add C-r bind for telescope command history
Browse files Browse the repository at this point in the history
  • Loading branch information
Szwendacz99 committed Oct 7, 2023
1 parent 8790289 commit 88f5595
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/general.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function switch_virtual_text()
})
end
map("n", "<leader>vt", ":lua switch_virtual_text()<CR>")
map("t", "<C-r>", ":Telescope command_history<CR>")

-- tab lines in normal and visual mode
map("n", "<Tab>", ">>")
Expand Down

0 comments on commit 88f5595

Please sign in to comment.