config(zed): save zed keymaps
parent
0580433787
commit
f4ba58f835
|
@ -78,6 +78,10 @@ url = "https://raw.githubusercontent.com/romkatv/powerlevel10k/master/config/p10
|
|||
internal = "data/zed/settings.json"
|
||||
external = "~/.config/zed/settings.json"
|
||||
|
||||
[[apps.zed.paths]]
|
||||
internal = "data/zed/keymap.json"
|
||||
external = "~/.config/zed/keymap.json"
|
||||
|
||||
[[apps.pokeget.paths]]
|
||||
internal = "data/pokeget"
|
||||
external = "~/.config/pokeget"
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
{
|
||||
"context": "Editor && inline_completion && !showing_completions",
|
||||
"bindings": {
|
||||
"tab": "zed::NoAction",
|
||||
"alt-right": "editor::AcceptInlineCompletion"
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue