From 3718701830acf1f6064a765661f0b930d601bb84 Mon Sep 17 00:00:00 2001 From: krizej Date: Mon, 4 Nov 2024 17:33:04 +0100 Subject: [PATCH] zed updates!!! --- modules/stuff/other-dev-programs.nix | 1 + todo.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/stuff/other-dev-programs.nix b/modules/stuff/other-dev-programs.nix index 57a4990..dc2fedb 100644 --- a/modules/stuff/other-dev-programs.nix +++ b/modules/stuff/other-dev-programs.nix @@ -119,6 +119,7 @@ in { context = ctx: stuff: { context = ctx; bindings = stuff; }; in [ (context "Editor" { + ctrl-enter = "editor::OpenExcerpts"; ctrl-b = "editor::GoToDefinition"; ctrl-y = "editor::Redo"; home = "editor::MoveToBeginningOfLine"; diff --git a/todo.txt b/todo.txt index ce09710..88808e9 100644 --- a/todo.txt +++ b/todo.txt @@ -2,4 +2,3 @@ - clean up modules/system.nix - investigate firefox config - all the remaining individual todos -- get my zed config and theme in here somehow