From 367d71db4b2e24be004c8cbbfda73cf184ad3674 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Thu, 23 Sep 2021 13:06:44 +0200 Subject: [PATCH] Use tabs with oldfiles --- lua/my_telescope.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lua/my_telescope.lua b/lua/my_telescope.lua index 6fc021e..f9b3110 100644 --- a/lua/my_telescope.lua +++ b/lua/my_telescope.lua @@ -37,6 +37,9 @@ require('telescope').setup { find_files = { mappings = mappingTab }, + oldfiles = { + mappings = mappingTab + }, git_files = { mappings = mappingTab },