<C-B> now opens thing

This commit is contained in:
Ben Kyd
2023-01-30 00:18:58 +00:00
parent c18649db2c
commit ef4afffa47

View File

@@ -7,6 +7,9 @@ vim.g.mapleader = ','
-- ================= File management ================= --
-- better tree
vim.api.nvim_set_keymap('n', '<C-B>', ":Lexplore<CR> :vertical resize 30<CR>", { noremap = true })
-- swapfile has global & local config, eventhough help says otherwise
vim.o.swapfile = false -- can open already open files
vim.bo.swapfile = false