some changes
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
-- Custom keymaps
|
||||
local map = vim.keymap.set
|
||||
|
||||
|
||||
-- Terminal keymaps
|
||||
-- <leader>th - Open terminal in horizontal split
|
||||
map("n", "<leader>th", function()
|
||||
@@ -110,4 +111,4 @@ map("n", "<leader>xw", "<cmd>Trouble workspace_diagnostics<cr>")
|
||||
map("n", "<leader>xt", "<cmd>Trouble todo<cr>")
|
||||
|
||||
-- Git Support
|
||||
map("n", "<leader>gg", "<cmd>Neogit<cr>", { desc = "Neogit"})
|
||||
map("n", "<leader>gg", "<cmd>Neogit<cr>", { desc = "Neogit" })
|
||||
|
||||
Reference in New Issue
Block a user