Обновление gitconfig

This commit is contained in:
Alexander Neonxp Kiryukhin 2025-02-26 12:23:16 +03:00
parent bf3e6717e6
commit 4bff377885
Signed by: NeonXP
SSH key fingerprint: SHA256:SVt7TjxbVc87m1QYaQziOJ0N3OCFURv2g76gD/UTTXI
9 changed files with 1417 additions and 438 deletions

View file

@ -1,7 +1,7 @@
local map = vim.api.nvim_set_keymap
local opts = {noremap = true, silent = true}
vim.g.mapleader = " "
vim.g.mapleader = "\\"
-- Tree
map('n', '<C-h>', ':NvimTreeToggle<CR>', opts)