remove gcc
This commit is contained in:
parent
73a9834959
commit
46ba165c7e
3 changed files with 39 additions and 36 deletions
|
|
@ -25,8 +25,6 @@ When the REPL editor (CodeMirror) is configured to use Vim keybindings, the foll
|
|||
- Works in normal and visual mode
|
||||
- If there’s 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 doesn’t 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue