Dotfiles/.config/nvim/lua/core/keymap.lua

5 lines
120 B
Lua
Raw Normal View History

2024-05-13 18:43:31 +00:00
vim.g.mapleader = " "
--[[ Indentation ]]--
vim.keymap.set("n", "<Tab>", " >>")
vim.keymap.set("n", "<S-Tab>", " <<")