feat: render home screen based on current input mode
This commit is contained in:
parent
c827972e98
commit
f8dff2a7bb
5 changed files with 132 additions and 83 deletions
|
@ -88,5 +88,17 @@
|
|||
["<BS>", "delete_backward"],
|
||||
["<CR>", "insert_line_after"]
|
||||
]
|
||||
}
|
||||
},
|
||||
"home": {
|
||||
"syntax": "vim",
|
||||
"on_match_failure": "ignore",
|
||||
"press": [
|
||||
[";", "open_command_palette"],
|
||||
["<S-;>", "open_command_palette"],
|
||||
["b", "open_keybind_config"],
|
||||
["j", "home_menu_down"],
|
||||
["k", "home_menu_up"],
|
||||
["<Space>", "home_menu_activate"]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue