Skip to content

Commit

Permalink
config(zed): save zed keymaps
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Jul 30, 2024
1 parent 0580433 commit f4ba58f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 9 additions & 0 deletions data/zed/keymap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"context": "Editor && inline_completion && !showing_completions",
"bindings": {
"tab": "zed::NoAction",
"alt-right": "editor::AcceptInlineCompletion"
}
}
]

0 comments on commit f4ba58f

Please sign in to comment.