✨ feat(nvim): new keymap to create a new tab with the current buffer
This commit is contained in:
parent
440a688eb0
commit
24399a8460
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ end
|
|||
-- Buffers
|
||||
map("n", "<leader>bf", "<cmd>bfirst<cr>", { desc = "First Buffer" })
|
||||
map("n", "<leader>ba", "<cmd>blast<cr>", { desc = "Last Buffer" })
|
||||
map("n", "<leader>b<tab>", "<cmd>tabnew %<cr>", { desc = "Current Buffer in New Tab" })
|
||||
|
||||
-- Center the screen automatically
|
||||
map("n", "n", "nzzzv")
|
||||
|
|
Loading…
Add table
Reference in a new issue