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