Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

FEYNMAN_MODEL=
FEYNMAN_THINKING=medium
# Optional override for PDF scratch Markdown written by fetch_content.
# Default: <project>/.feynman/cache/fetch-content
FEYNMAN_FETCH_CACHE_DIR=
# PostHog telemetry defaults to the Feynman project created for this repo.
# Set FEYNMAN_TELEMETRY=off to disable, or override these for another PostHog project.
FEYNMAN_TELEMETRY=1
Expand Down
9 changes: 9 additions & 0 deletions .feynman/config/keybindings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"tui.input.newLine": [
"ctrl+j",
"alt+enter"
],
"app.message.followUp": [
"shift+enter"
]
}
Loading