Skip to content

Commit

Permalink
nvim(plugins): telescope.nvim cycle history mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
YodaEmbedding committed Aug 12, 2024
1 parent 5922a05 commit 118aa70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nvim/.config/nvim/lua/plugins/_telescope_nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ return {
end,
["<C-n>"] = require("telescope.actions").cycle_history_next,
["<C-p>"] = require("telescope.actions").cycle_history_prev,
["<C-j>"] = require("telescope.actions").cycle_history_next,
["<C-k>"] = require("telescope.actions").cycle_history_prev,
},
},

Expand Down

0 comments on commit 118aa70

Please sign in to comment.