remove gcc

This commit is contained in:
dtricks 2025-10-03 18:16:18 +02:00 committed by dtricks
parent 73a9834959
commit 46ba165c7e
3 changed files with 39 additions and 36 deletions

View file

@ -25,8 +25,6 @@ When the REPL editor (CodeMirror) is configured to use Vim keybindings, the foll
- Works in normal and visual mode
- If theres a selection, all selected lines are toggled
- gcc — Toggle comment for the current line (normal mode)
Notes
- Behavior respects the current language mode in the editor for comment syntax.
@ -36,4 +34,4 @@ Notes
Troubleshooting
- If :w logs but evaluation doesnt apply, ensure Vim keybindings are active and try again. You can also use Ctrl+Enter as a fallback.
- For :q / gc / gcc, ensure focus is inside the editor. If an error occurs, reload the page to reset editor state and try again.
- For :q / gc, ensure focus is inside the editor. If an error occurs, reload the page to reset editor state and try again.