diff options
-rw-r--r-- | fnl/plugins/editor/telescope.fnl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fnl/plugins/editor/telescope.fnl b/fnl/plugins/editor/telescope.fnl index e6c9707..9c17aeb 100644 --- a/fnl/plugins/editor/telescope.fnl +++ b/fnl/plugins/editor/telescope.fnl @@ -4,6 +4,9 @@ {1 :mg 2 "<cmd>Telescope live_grep theme=dropdown<cr>" :desc "Find Text"} + {1 :mp + 2 "<cmd>Telescope buffers theme=dropdown previewer=false initial_mode=normal<cr>" + :desc "Switch Buffer"} {1 :<leader>fc 2 "<cmd>Telescope commands theme=dropdown<cr>" :desc :Commands} |