I have been noticing some strange behaviour when I type characters like ' or the backtick. Whenever I type it, the > symbol shows up everytime I type something, and everything I type seemingly does not do anything. But when I type the character again, it returns to normal.
user@debian:~$ '
> command
> '
-bash:
command
: command not found
user@debian:~$
What is this feature? As far as I know, the man page for bash did not say anything about this
Debian Jessie