open new buffers, instead of tabs

This commit is contained in:
Galen Rowell 2021-07-20 19:36:06 +10:00
parent 665fa24783
commit ff14ba61f9
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ map("n", "<Leader>fh", [[<Cmd>Telescope help_tags<CR>]], opt)
map("n", "<Leader>fo", [[<Cmd>Telescope oldfiles<CR>]], opt) map("n", "<Leader>fo", [[<Cmd>Telescope oldfiles<CR>]], opt)
-- bufferline tab stuff -- bufferline tab stuff
map("n", "<S-t>", ":tabnew<CR>", opt) -- new tab map("n", "<S-t>", ":enew<CR>", opt) -- new tab
map("n", "<S-x>", ":bd!<CR>", opt) -- close tab map("n", "<S-x>", ":bd!<CR>", opt) -- close tab
-- move between tabs -- move between tabs