mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
Neovim: Fix GBrowse keybind in visual mode
This commit is contained in:
parent
e073807f40
commit
e6f1f05c80
@ -32,8 +32,6 @@ return {
|
||||
vim.cmd("Git pull")
|
||||
end, { desc = "Pull" })
|
||||
|
||||
k({ "n", "x" }, "<leader>gb", function()
|
||||
vim.cmd("GBrowse")
|
||||
end, { desc = "Browse" })
|
||||
k({ "n", "x" }, "<leader>gb", "<cmd>'<,'>GBrowse<cr><esc>", { desc = "Browse" })
|
||||
end,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user