diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-03-10 00:24:18 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-03-10 00:24:18 +0100 |
commit | e358fdc386a46caeb7e8ad43c36346f697bb7143 (patch) | |
tree | 3274cc858e915313a66592ae949d2bc2d34ec0f0 /fnl/plugins/editor/telescope.fnl | |
parent | 4ac4766a4d5f6eb47db84d3d05db2bcc3dc27de4 (diff) |
Add another keymap for telescope buffers
Diffstat (limited to 'fnl/plugins/editor/telescope.fnl')
-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} |