mirror of
https://github.com/ivuorinen/astronvim_config.git
synced 2026-02-02 06:42:21 +00:00
Config updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user