kekhuai
kekhuai

Reputation: 485

How to make ctrl+c in Linux bash terminal behavior look like OSX terminal

In OSX terminal when there is a running process ctrl+c will terminate it, but when there is no process running ctrl+c will copy text.

Is it possible to do the same on linux terminal,
And bind multiple actions to the same shortcut?

Upvotes: 0

Views: 138

Answers (1)

William wei
William wei

Reputation: 261

You can try to use command+c.

Upvotes: 1

Related Questions