~/blog/til $ cat til-commenting-current-line-in-shell.md
title: TIL - Commenting current command in shell
date:
categories: til
tags: fish
reading: 1 min

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.

~/blog
$