From b6baa38ce0eddcb88f2a2abcb80fb575bac8ace6 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 19 Sep 2025 09:00:58 -0400 Subject: [PATCH 1/2] fix(doc): proper keybindings --- README.md | 2 ++ doc/cp.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81183d2..9e8f0d8 100644 --- a/README.md +++ b/README.md @@ -70,3 +70,5 @@ follows: - fzf/telescope integration (whichever available) - finer-tuned problem limits (i.e. per-problem codeforces time, memory) - notify discord members +- handle infinite output/trimming file to 500 lines (customizable) +- update barrettruth.com to post diff --git a/doc/cp.txt b/doc/cp.txt index ef6da7d..f743f51 100644 --- a/doc/cp.txt +++ b/doc/cp.txt @@ -290,8 +290,8 @@ The test panel uses a three-pane layout for easy comparison: > Keymaps ~ *cp-test-keys* -j / Navigate to next test case -k / Navigate to previous test case + Navigate to next test case + Navigate to previous test case q Exit test panel (restore layout) Execution Details ~ From 8ae7fff12b8514eb66b51fd949bb87da02690cd2 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 19 Sep 2025 09:02:24 -0400 Subject: [PATCH 2/2] feat(doc): more details --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9e8f0d8..49ffb34 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ https://github.com/user-attachments/assets/cb142535-fba0-4280-8f11-66ad1ca50ca9 - Support for multiple online judges ([AtCoder](https://atcoder.jp/), [Codeforces](https://codeforces.com/), [CSES](https://cses.fi)) - Multi-language support (C++, Python) - Automatic problem scraping and test case management -- Integrated build, run, and debug commands -- Enhanced test viewer with individual test case management -- LuaSnip integration for contest-specific snippets +- Integrated running and debugging +- Enhanced test viewer +- Templates via LuaSnip ## Requirements