zed updates!!!

This commit is contained in:
krizej 2024-11-04 17:33:04 +01:00
parent 0715faa9f4
commit 3718701830
2 changed files with 1 additions and 1 deletions

View file

@ -119,6 +119,7 @@ in {
context = ctx: stuff: { context = ctx; bindings = stuff; }; context = ctx: stuff: { context = ctx; bindings = stuff; };
in [ in [
(context "Editor" { (context "Editor" {
ctrl-enter = "editor::OpenExcerpts";
ctrl-b = "editor::GoToDefinition"; ctrl-b = "editor::GoToDefinition";
ctrl-y = "editor::Redo"; ctrl-y = "editor::Redo";
home = "editor::MoveToBeginningOfLine"; home = "editor::MoveToBeginningOfLine";

View file

@ -2,4 +2,3 @@
- clean up modules/system.nix - clean up modules/system.nix
- investigate firefox config - investigate firefox config
- all the remaining individual todos - all the remaining individual todos
- get my zed config and theme in here somehow