diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 14:52:53 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 14:52:53 +0100 |
| commit | 08e7bed730d1be47ff1030308f72c69e52cffca1 (patch) | |
| tree | 5612e44f34fea4799dbf99a42ec7fe3b6f8c3122 /lua/user/keymaps.lua | |
| parent | 00f61b3600ef40c0a94a3897a5da6d7d3de8b39a (diff) | |
| parent | 63204515d77360a51347dd6e0b078e1e931d65af (diff) | |
Merge branch '07-Telescope' into vgg
Diffstat (limited to 'lua/user/keymaps.lua')
| -rw-r--r-- | lua/user/keymaps.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lua/user/keymaps.lua b/lua/user/keymaps.lua index e66fca5..c7d10c4 100644 --- a/lua/user/keymaps.lua +++ b/lua/user/keymaps.lua @@ -64,3 +64,8 @@ keymap("t", "<C-h>", "<C-\\><C-N><C-w>h", term_opts) keymap("t", "<C-j>", "<C-\\><C-N><C-w>j", term_opts) keymap("t", "<C-k>", "<C-\\><C-N><C-w>k", term_opts) keymap("t", "<C-l>", "<C-\\><C-N><C-w>l", term_opts) + +-- keymap("n", "<leader>f", "<cmd>Telescope find_files<cr>", opts) +keymap("n", "<leader>f", "<cmd>lua require'telescope.builtin'.find_files(require('telescope.themes').get_dropdown({ previewer = false }))<cr>", opts) +keymap("n", "<c-t>", "<cmd>Telescope live_grep<cr>", opts) + |
