Switch to Astrov4
This commit is contained in:
16
lua/plugins/15-mappings.lua
Normal file
16
lua/plugins/15-mappings.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
-- return {
|
||||
-- "AstroNvim/astrocore",
|
||||
-- ---@type AstroCoreOpts
|
||||
-- opts = {
|
||||
-- mappings = {
|
||||
-- t = {
|
||||
-- ["<Esc>"] = [[<C-\><C-n>]],
|
||||
-- ["<A-h>"] = [[<C-\><C-N><C-w>h]],
|
||||
-- ["<A-j>"] = [[<C-\><C-N><C-w>j]],
|
||||
-- ["<A-k>"] = [[<C-\><C-N><C-w>k]],
|
||||
-- ["<A-l>"] = [[<C-\><C-N><C-w>l]],
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- }
|
||||
return {}
|
||||
Reference in New Issue
Block a user