update init.lua

This commit is contained in:
Andres 2023-04-23 21:20:01 +02:00
parent c2b5078e3e
commit 514ceaa9b7
1 changed files with 25 additions and 25 deletions

View File

@ -285,7 +285,7 @@ vim.o.completeopt = 'menuone,noselect'
vim.o.termguicolors = true
-- [[ Basic Keymaps ]]
-- Save with Control + s
vim.keymap.set('n', '<C-s>', ':w<CR>', { silent = true })
vim.keymap.set('n', '<C-b>', ':Neotree toggle<CR>', { desc = 'Toggle Tree', silent = true })
-- Keymaps for better default experience