TIL - Commenting current command in shell
Today I discovered that command, which you are typing in shell(fish or bash)
can be quickly commented via ALT-SHIFT-3
key mapping.
If command already starts with “#”, the same mapping will remove comment.
Today I discovered that command, which you are typing in shell(fish or bash)
can be quickly commented via ALT-SHIFT-3
key mapping.
If command already starts with “#”, the same mapping will remove comment.
Comments