Logo

index : nvim-config

---

  • summary
  • about
  • tree
  • log
  • branches
<< path: root/public/nvim-config.git/html/after/plugin/telescope.lua blob: c6fce31e521b9afc8084f6e0904cc1bc8bda0931 [raw] [clear marker]

        
0local builtin = require('telescope.builtin')
1vim.keymap.set('n', '<leader>pf', builtin.find_files, {})
2vim.keymap.set('n', '<C-p>', builtin.git_files, {})
3vim.keymap.set('n', '<leader>ps', function()
4 builtin.grep_string({ search = vim.fn.input("Grep > ") })
5end)
6
Copyright 2026  E766CB298A6D1E64 | Git-Thing heavily inspired by cgit