Added Telescope and Keybinds

This commit is contained in:
2026-01-09 21:37:03 -05:00
parent 4eb187710d
commit ae75433346
2 changed files with 18 additions and 2 deletions

View File

@@ -5,8 +5,13 @@ vim.opt.tabstop = 4
vim.opt.softtabstop = 4
vim.opt.shiftwidth = 4
vim.opt.foldmethod = marker
--vim.opt.foldmethod = marker
vim.keymap.set('t', '<Esc>', '<C-\\><C-n>')
vim.g.mapleader = "<Space>"
vim.g.mapleader = " "
vim.keymap.set('n', '<leader>h', '<C-w>h') -- Left
vim.keymap.set('n', '<leader>j', '<C-w>j') -- Down
vim.keymap.set('n', '<leader>k', '<C-w>k') -- Up
vim.keymap.set('n', '<leader>l', '<C-w>l') -- Right