diff options
Diffstat (limited to 'fnl/plugins/telescope.fnl')
-rw-r--r-- | fnl/plugins/telescope.fnl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/telescope.fnl b/fnl/plugins/telescope.fnl index 938bedd..2410583 100644 --- a/fnl/plugins/telescope.fnl +++ b/fnl/plugins/telescope.fnl @@ -55,8 +55,8 @@ {1 :mg 2 "<cmd>Telescope live_grep theme=dropdown<cr>" :desc "Find Text"} - {1 :<s-tab> - 2 "<cmd>Telescope buffers theme=dropdown previewer=false initial_mode=normal<cr>" + {1 :<tab> + 2 "<cmd>Telescope buffers theme=dropdown previewer=true initial_mode=normal<cr>" :desc "Switch Buffer"} {1 :<leader>fC 2 "<cmd>Telescope commands theme=dropdown<cr>" |