-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Section
[ ] Preferences
[ ] Autocomplete
[x] Keybindings
[ ] Other...
Context
If you select lines and press ctrl-/
it should toggle whether the lines are commented out rather than continually adding ;
characters.
Expected
Select lines
(+ 1 2 3
Press ctrl-/
;(+ 1 2 3
Press ctrl-/ again
(+ 1 2 3
Actual
Select lines
(+ 1 2 3
Press ctrl-/
;(+ 1 2 3
Press ctrl-/ again
;;(+ 1 2 3
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request