From ba1fd529d5588d82ebee3923b389e4471001cf0b Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Sun, 12 Sep 2021 20:26:24 +0200 Subject: [PATCH] Command history in v mode --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index bc12e7d..041def4 100644 --- a/init.lua +++ b/init.lua @@ -71,6 +71,7 @@ utils.map('n', '', 'Telescope find_files') utils.map('n', 'g', 'Telescope git_files') utils.map('n', 'o', 'Telescope oldfiles') utils.map('n', 'h', 'Telescope command_history') +utils.map('v', 'h', 'Telescope command_history') utils.map('n', '', 'Telescope commands') utils.map('n', 'b', 'Telescope buffers') utils.map('n', 'r', 'Telescope lsp_references')