this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

nvim: keys: update new tab key

+1 -1
+1 -1
nvim/lua/config/keys.lua
··· 40 40 { "<leader>n", "<cmd>vnew<CR>", desc = "New buffer" }, 41 41 42 42 { "<C-t>", "<cmd>tabnext<cr>", desc = "Next tab", group = "tab" }, 43 + { "<leader>tn", "<cmd>tabnew<cr>", desc = "New Tab", group = "tab" }, 43 44 { "<leader>td", "<cmd>tabclose<cr>", desc = "Close Tab", group = "tab" }, 44 - { "T", "<cmd>tabnew<cr>", desc = "New Tab", group = "tab" }, 45 45 46 46 { "<leader>LC", "<cmd>ConfigLocalEdit<cr>", desc = "Edit local nvim config" }, 47 47 -- { "<leader>N", "<cmd>vsp<cr><C-w>l<cmd>e NOTES.sethetter.md<cr>", desc = "Open personal notes" },