!!! kitty

Very fast terminal emulator - [https://sw.kovidgoyal.net/kitty/overview/].

!!! Commands 

Scrolling

|| Action || Shortcut (Mac)
| Line up | ⌥+⌘+⇞ and ⌘+↑ 
| Line down | ⌥+⌘+⇟ and ⌘+↓
| Page up | ⌘+⇞ 
| Page down | ⌘+⇟
| To top | ⌘+↖
| To bottom | ⌘+↘

Tabs

|| Action || Shortcut (Mac) 
| New | {{{⌘+t}}} 
| Close | {{{⌘ w}}}
| Next | {{{^+⇥}}} and {{{⇧+⌘+]}}}
| Previous | {{{⇧+^+⇥}}} and {{{⇧+⌘+[}}}
| Set title | {{{⇧+⌘+I}}}


Windows (Panes)

|| Action || Shortcut (Mac)
| New OS window | {{{⌘+n}}}
| New | {{{⌘+↩}}}
| Close | ⇧+⌘+d
| Next | ^+⇧+]
| Previous | {{{^+⇧+[}}}


Define pane shortcuts in {{{kitty.conf}}}


{{{
map ctrl+left neighboring_window left
map shift+left move_window right
map ctrl+down neighboring_window down
map shift+down move_window up
...
}}}


You can also define a shortcut to switch to the previously active window:

{{{
map ctrl+p nth_window -1
}}}




----

more text

----
[Mac.Shell | CategoryComputing.Mac.Shell] - [Bash | CategoryComputing.Shell.Bash]