Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit 6ea23c9

Browse files
committed
Added telescope history search with Shift Up/Down
1 parent 81394ad commit 6ea23c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

init.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,12 @@ require('lazy').setup({
394394
--
395395
defaults = {
396396
layout_strategy = 'vertical',
397+
mappings = {
398+
i = {
399+
['<S-Up>'] = require('telescope.actions').cycle_history_prev,
400+
['<S-Down>'] = require('telescope.actions').cycle_history_next,
401+
},
402+
},
397403
},
398404
pickers = {
399405
lsp_references = {

0 commit comments

Comments
 (0)