mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-19 18:24:26 +02:00
feat/colemak-mapping
This commit is contained in:
parent
25abbf546d
commit
46aaa552cd
2 changed files with 23 additions and 19 deletions
|
@ -68,8 +68,12 @@ return {
|
|||
},
|
||||
window = {
|
||||
mappings = {
|
||||
["l"] = "open",
|
||||
["h"] = "close_node",
|
||||
["n"] = "next_source",
|
||||
["e"] = "prev_source",
|
||||
["i"] = "open",
|
||||
["<C-n>"] = "list_down",
|
||||
["<C-e>"] = "list_up",
|
||||
["<space>"] = "none",
|
||||
["Y"] = {
|
||||
function(state)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue