Dotfiles_nvim/lua/core/keymap.lua

6 lines
115 B
Lua
Raw Normal View History

2024-07-02 21:52:43 +00:00
vim.g.mapleader = ' '
--[[ Indentation ]]
vim.keymap.set('n', '<Tab>', '>>')
vim.keymap.set('n', '<S-Tab>', '<<')