How to clear the screen when running a Rails server in Konsole Terminal Emulator?
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!
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.