This page (revision-3) was last changed on 11-Aug-2021 01:36 by arcoleo

This page was created on 10-Aug-2021 23:54 by arcoleo

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
3 11-Aug-2021 01:36 1 KB arcoleo to previous
2 11-Aug-2021 01:22 526 bytes arcoleo to previous | to last
1 10-Aug-2021 23:54 284 bytes arcoleo to last

Page References

Incoming links Outgoing links
Kitty ...nobody

Version management

Difference between version and

At line 11 added 5 lines
| Line down | ⌥+⌘+⇟ and ⌘+↓
| Page up | ⌘+⇞ 
| Page down | ⌘+⇟
| To top | ⌘+↖
| To bottom | ⌘+↘
At line 17 added one line
Tabs
At line 19 added 41 lines
|| 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
}}}
----