Config updates

This commit is contained in:
Ismo Vuorinen
2023-02-16 16:19:49 +02:00
parent 6f246744d4
commit e3fa6772f0
9 changed files with 154 additions and 81 deletions

View File

@@ -17,8 +17,8 @@ return {
-- View treesitter highlight groups
["<space>k"] = { ":TSHighlightCapturesUnderCursor<cr>", desc = "View Highlight Group" },
-- Easy splits
["\\"] = { "<cmd>split<cr>", desc = "Horizontal split" },
["|"] = { "<cmd>vsplit<cr>", desc = "Vertical split" },
-- ["\\"] = { "<cmd>split<cr>", desc = "Horizontal split" },
-- ["|"] = { "<cmd>vsplit<cr>", desc = "Vertical split" },
-- Search highlight groups
["<space>sg"] = { "<cmd>Telescope highlights<cr>", desc = "Highlight groups" },
-- quick save