22 December 2020
1 min read

Kitty – A Powerful GPU Based Terminal Emulator

Once installed, you can launch it by invoking the command:

$./kitty/launcher/kitty

How to Use Kitty

Kitty can run multiple programs in multiple windows. You can do it by pressing  ctrl+shift+enter keys.To make the program advanced, kitty has a framework known as kittens.  You can display images by the use of it. For example,

$ kitty +kitten icat image.jpeg 

Some useful shortcut keys

Scroll page upctrl+shift+page_up
Scroll page downctrl+shift+page_down
New tab ctrl+shift+t
New window   ctrl+shift+enter
New OS windowctrl+shift+n

You can refer more from the kitty official page.

Conclusion

In this tutorial, we learned how to install Kitty on Linux and its basic usage as a terminal emulator. Please try and let us know your experience with Kitty terminal.Then invoke.

$ make

Once installed, you can launch it by invoking the command:

$./kitty/launcher/kitty
Bobbin Zachariah

Bobbin Zachariah

Bobbin Zachariah is the editor-in-chief of Linoxide and has an experienced team of Linux enthusiastic authors who makes this blog awesome. Linoxide is one of the top 20 Linux Blog by whizlabs.

Leave a Reply

Your email address will not be published.

Previous Story

2 Ways to Install MariaDB on CentOS 7

Next Story

How to Install GNOME on Linux Mint 20

Latest from Blog

Top 8 Reasons to Use Garuda Linux

Have you been going back and forth between multiple Linux flavors in search of an exciting experience? Or perhaps you are coming from a Windows or MAC environment and want to try

How to Rename Multiple Files in Linux

In a Linux system, you can easily rename a file using mv command. But, if you have multiple files which you want to rename, in this situation you need some extra tools

How to Install TensorFlow on Ubuntu 20.04

Tensorflow is an open-source platform for machine learning and artificial intelligence. It is developed by the Google Brain team. It contains tools, libraries, and community resources for developers to build ML powered
Go toTop