Merge pull request #54 from barrett-ruth/fix/doc-keybindings
Fix Documentation and Keybindings
This commit is contained in:
commit
e4c93faa33
2 changed files with 7 additions and 5 deletions
|
|
@ -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))
|
- Support for multiple online judges ([AtCoder](https://atcoder.jp/), [Codeforces](https://codeforces.com/), [CSES](https://cses.fi))
|
||||||
- Multi-language support (C++, Python)
|
- Multi-language support (C++, Python)
|
||||||
- Automatic problem scraping and test case management
|
- Automatic problem scraping and test case management
|
||||||
- Integrated build, run, and debug commands
|
- Integrated running and debugging
|
||||||
- Enhanced test viewer with individual test case management
|
- Enhanced test viewer
|
||||||
- LuaSnip integration for contest-specific snippets
|
- Templates via LuaSnip
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
|
|
@ -70,3 +70,5 @@ follows:
|
||||||
- fzf/telescope integration (whichever available)
|
- fzf/telescope integration (whichever available)
|
||||||
- finer-tuned problem limits (i.e. per-problem codeforces time, memory)
|
- finer-tuned problem limits (i.e. per-problem codeforces time, memory)
|
||||||
- notify discord members
|
- notify discord members
|
||||||
|
- handle infinite output/trimming file to 500 lines (customizable)
|
||||||
|
- update barrettruth.com to post
|
||||||
|
|
|
||||||
|
|
@ -290,8 +290,8 @@ The test panel uses a three-pane layout for easy comparison: >
|
||||||
|
|
||||||
Keymaps ~
|
Keymaps ~
|
||||||
*cp-test-keys*
|
*cp-test-keys*
|
||||||
j / <Down> Navigate to next test case
|
<c-n> Navigate to next test case
|
||||||
k / <Up> Navigate to previous test case
|
<c-p> Navigate to previous test case
|
||||||
q Exit test panel (restore layout)
|
q Exit test panel (restore layout)
|
||||||
|
|
||||||
Execution Details ~
|
Execution Details ~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue