add tf mapping to find_tab

This commit is contained in:
2022-04-08 23:00:43 +03:00
parent 8f35f45d58
commit a084f91e02
2 changed files with 34 additions and 0 deletions

View File

@@ -50,6 +50,9 @@ end)
vim.keymap.set("n", "tr", function()
require("user.tabs").restore_tab()
end)
vim.keymap.set("n", "tf", function()
require("user.tabs").find_tab()
end)
vim.keymap.set("n", "<A-h>", ":-tabmove<CR>")
vim.keymap.set("n", "<A-l>", ":+tabmove<CR>")