diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 00:27:47 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-20 00:27:47 +0200 |
commit | 1e74709c246ebc4f05d6a0f9ded43187d3117276 (patch) | |
tree | 52ed27720e0114acba7550fed0994c7c0fb17018 /fnl/config/telescope.fnl | |
parent | 1908d77b12c6f78e0db9d674863108109377f553 (diff) |
Add mapping to delete buffer
Diffstat (limited to 'fnl/config/telescope.fnl')
-rw-r--r-- | fnl/config/telescope.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/config/telescope.fnl b/fnl/config/telescope.fnl index 4793fef..b2b44f5 100644 --- a/fnl/config/telescope.fnl +++ b/fnl/config/telescope.fnl @@ -68,6 +68,7 @@ :<C-d> actions.preview_scrolling_down :<PageUp> actions.results_scrolling_up :<PageDown> actions.results_scrolling_down + :dd actions.delete_buffer :? actions.which_key}}} :extensions {:fzf {:fuzzy true :override_generic_sorter true |