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