add tf mapping to find_tab
This commit is contained in:
@@ -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>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user