|
|
|
@ -8,6 +8,7 @@ map("n", "<C-l>", "<C-w>l", { desc = "Switch Window right" })
|
|
|
|
map("n", "<C-j>", "<C-w>j", { desc = "Switch Window down" })
|
|
|
|
map("n", "<C-j>", "<C-w>j", { desc = "Switch Window down" })
|
|
|
|
map("n", "<C-k>", "<C-w>k", { desc = "Switch Window up" })
|
|
|
|
map("n", "<C-k>", "<C-w>k", { desc = "Switch Window up" })
|
|
|
|
map("n", "<leader>qq", ":wa<CR>:qa<CR>")
|
|
|
|
map("n", "<leader>qq", ":wa<CR>:qa<CR>")
|
|
|
|
|
|
|
|
map("i", "jk", "<Esc>")
|
|
|
|
|
|
|
|
|
|
|
|
-- telescope keybinds
|
|
|
|
-- telescope keybinds
|
|
|
|
local builtin = require "telescope.builtin"
|
|
|
|
local builtin = require "telescope.builtin"
|
|
|
|
|