adding telescope resume
This commit is contained in:
parent
a501721807
commit
a33e0d79ab
2 changed files with 6 additions and 1 deletions
|
|
@ -13,6 +13,8 @@ vim.o.smartindent = true
|
|||
vim.o.indentexpr = ""
|
||||
vim.o.inccommand = 'split'
|
||||
|
||||
vim.o.clipboard = "unnamedplus"
|
||||
|
||||
vim.o.cursorline = true
|
||||
vim.o.showmode = true
|
||||
vim.o.hlsearch = false
|
||||
|
|
@ -23,7 +25,8 @@ vim.o.scrolloff = 10
|
|||
vim.g.border = "rounded"
|
||||
vim.o.termguicolors = true
|
||||
|
||||
vim.o.timeoutlen = 150
|
||||
vim.o.switchbuf = "newtab"
|
||||
vim.o.timeoutlen = 250
|
||||
vim.o.swapfile = false
|
||||
vim.o.mouse = "a"
|
||||
vim.o.undofile = true
|
||||
|
|
|
|||
|
|
@ -8,3 +8,5 @@ vim.keymap.set("n", "<leader>ff", builtin.find_files, { desc = "Telescope find f
|
|||
vim.keymap.set("n", "<leader>fg", builtin.live_grep, { desc = "Telescope live grep" })
|
||||
vim.keymap.set("n", "<leader>fb", builtin.buffers, { desc = "Telescope buffers" })
|
||||
vim.keymap.set("n", "<leader>fh", builtin.help_tags, { desc = "Telescope help tags" })
|
||||
vim.keymap.set("n", "<leader>fr", builtin.resume, { desc = "Telescope resum " })
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue