update init.lua
This commit is contained in:
parent
c2b5078e3e
commit
514ceaa9b7
2
init.lua
2
init.lua
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue