summaryrefslogtreecommitdiff
path: root/fnl/plugins/telescope.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-14 14:18:14 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-14 14:18:14 +0100
commit3286ea5e4bee423b11aa163785a1736009b345e5 (patch)
tree8ca25b98bec733e178878305eb9cc05f453d07a6 /fnl/plugins/telescope.fnl
parente0415870d8d2eb6e9178440ebed3caf4117094b4 (diff)
Update ui options in harpoon and change buffer keymap
Diffstat (limited to 'fnl/plugins/telescope.fnl')
-rw-r--r--fnl/plugins/telescope.fnl4
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>"