made tab helper, relative movement

This commit is contained in:
2022-10-10 08:12:29 -05:00
parent 61446bb8e5
commit a8ad2d6fe8
17 changed files with 39 additions and 45 deletions
+6 -6
View File
@@ -36,11 +36,15 @@ function M.fzf()
map("n", "<Leader>r", ":Rg <C-R><C-W><CR>")
map("n", "<Leader>R", ":Rg<CR>")
map("n", "<Leader>s", ":Lines<CR>")
map("n", "<Leader>gf", ":GFiles<CR>")
map("n", "<Leader>gn", ":GFiles?<CR>")
map("n", "<Leader>gl", ":GFiles<CR>")
map("n", "<Leader>gs", ":GFiles?<CR>")
map("n", "<Leader>gc", ":Commits<CR>")
end
function M.fzf_checkout()
map("n", "<Leader>gb", ":GBranches<CR>")
end
function M.rnvimr()
map("n", "<Leader>f", [[:RnvimrToggle<CR>]])
end
@@ -72,10 +76,6 @@ function M.auto_session()
})
end
function M.fzf_checkout()
map("n", "<Leader>gb", ":GBranches<CR>")
end
function M.indent_blankline()
vim.opt.list = true