master #1

Open
oli wants to merge 912 commits from master into lua
Showing only changes of commit 9325519929 - Show all commits

View File

@@ -67,8 +67,8 @@ utils.map('i', '<S-Tab>', 'pumvisible() ? "\\<C-p>" : "\\<Tab>"', {expr = true})
utils.map('i', '<Tab>', 'pumvisible() ? "\\<C-n>" : "\\<Tab>"', {expr = true}) utils.map('i', '<Tab>', 'pumvisible() ? "\\<C-n>" : "\\<Tab>"', {expr = true})
-- Telescope -- Telescope
utils.map('n', '<leader>f', '<cmd>Telescope find_files<cr>') utils.map('n', '<leader>f', '<cmd>lua require("telescope.builtin").find_files({no_ignore=true})<cr>')
utils.map('n', '<C-p>', '<cmd>Telescope find_files<cr>') utils.map('n', '<C-p>', '<cmd>lua require("telescope.builtin").find_files({no_ignore=true})<cr>')
utils.map('n', '<leader>g', '<cmd>Telescope git_files<cr>') utils.map('n', '<leader>g', '<cmd>Telescope git_files<cr>')
utils.map('n', '<leader>o', '<cmd>Telescope oldfiles<cr>') utils.map('n', '<leader>o', '<cmd>Telescope oldfiles<cr>')
utils.map('n', '<leader>h', '<cmd>Telescope command_history<cr>') utils.map('n', '<leader>h', '<cmd>Telescope command_history<cr>')