Skip to main content

Command Palette

Search for a command to run...

How to clear the screen when running a Rails server in Konsole Terminal Emulator?

Published
1 min read
How to clear the screen when running a Rails server  in Konsole Terminal Emulator?
A

I'm a passionate software developer.


Check Konsole installation

Check version

konsole --version

Your output might look like:

konsole 18.04.0

Check

The which command will display the path to the executable file associated with a given command.

IN your terminal:

which konsole

Your output might look like:

calaca@calaca-PC ~ $ which konsole
/usr/bin/konsole


Solution

Configure shortcuts


Clear Scrollback and Reset


Change shorcut

You can maintain your default shortcut or choose a new one by clicking on the Custom field.


Test

Rails server


Clear screen

CTRL + SHIFT + K

Your output might look like:


Celebrate

You've made it. Way to go!

The Office GIF - The Office Happy - Discover & Share GIFs


Let's become business friends


Final thoughts

I hope this article helped you. Let me know if you have any questions. Your thoughts, suggestions and corrections are more than welcome. By the way, feel free to drop your suggestions on new blog articles

See you next time.


A

Take a look at the other articles https://blog.alexandrecalaca.com/all-articles

More from this blog

Alexandre Calaça's Blog

265 posts

I'm a passionate software engineer with a deep love for turning complex problems into elegant solutions through code.