mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-07-01 05:12:17 +02:00
Update: alpha opens in every new tab
This commit is contained in:
@@ -117,7 +117,7 @@ vim.keymap.set('n', '<leader>th', '<Cmd>vsplit | wincmd l | terminal<CR>i', { no
|
||||
vim.keymap.set('n', '<Leader>e', function()
|
||||
vim.cmd 'tabnew' -- create a new tab
|
||||
vim.cmd 'enew' -- create a new empty buffer in it
|
||||
require('alpha').start(true) -- open Alpha dashboard in this new tab
|
||||
_G.force_alpha_start() -- opens Alpha
|
||||
end, { noremap = true, silent = true, desc = 'Create a new tab' })
|
||||
|
||||
-- [[ Horizontal split with new empty buffer below ]]
|
||||
|
||||
Reference in New Issue
Block a user