mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 13:45:26 +02:00
111 lines
2.7 KiB
JavaScript
111 lines
2.7 KiB
JavaScript
export default [
|
|
{
|
|
time: "00:00",
|
|
description: "Intro"
|
|
},
|
|
{
|
|
time: "00:39",
|
|
description: "Pager: View command output in same window: Ctrl+Shift+g"
|
|
},
|
|
{
|
|
time: "01:43",
|
|
description: "Pager: View command output in a separate window"
|
|
},
|
|
{
|
|
time: "02:14",
|
|
description: "Pager: Uses shell integration in kitty"
|
|
},
|
|
{
|
|
time: "02:27",
|
|
description: "Tab text: The output of cwd and last cmd "
|
|
},
|
|
{
|
|
time: "03:03",
|
|
description: "Open files from ls output with mouse: Ctrl+Shift+Left-click"
|
|
},
|
|
{
|
|
time: "04:04",
|
|
description: "Open files from ls output with keyboard: <Ctrl+Shift+P>y"
|
|
},
|
|
{
|
|
time: "04:26",
|
|
description: "Open files on click: ls --hyperlink=auto"
|
|
},
|
|
{
|
|
time: "05:03",
|
|
description: "Open files on click: Filetype settings in open-actions.conf"
|
|
},
|
|
{
|
|
time: "05:45",
|
|
description: "Hyperlinked-grep kitten: Open grep output in editor"
|
|
},
|
|
{
|
|
time: "07:18",
|
|
description: "Remote-file kitten: View remote files locally"
|
|
},
|
|
{
|
|
time: "08:31",
|
|
description: "Remote-file kitten: Edit remote files locally"
|
|
},
|
|
{
|
|
time: "10:01",
|
|
description: "Icat kitten: View images directly"
|
|
},
|
|
{
|
|
time: "10:36",
|
|
description: "Icat kitten: Download & display image/gif from internet"
|
|
},
|
|
{
|
|
time: "11:03",
|
|
description: "Kitty Graphics Protocol: Live image preview in ranger"
|
|
},
|
|
{
|
|
time: "11:25",
|
|
description: "Icat kitten: Display image from remote server"
|
|
},
|
|
{
|
|
time: "12:04",
|
|
description: "Unicode-input kitten: Emojis in terminal "
|
|
},
|
|
{
|
|
time: "12:54",
|
|
description: "Windows: Intro"
|
|
},
|
|
{
|
|
time: "13:36",
|
|
description: "Windows: Switch focus: Ctrl+Shift+<win_nr>"
|
|
},
|
|
{
|
|
time: "13:48",
|
|
description: "Windows: Visual selection: Ctrl+Shift+F7"
|
|
},
|
|
{
|
|
time: "13:58",
|
|
description: "Windows: Simultaneous input"
|
|
},
|
|
{
|
|
time: "14:15",
|
|
description: "Interactive Kitty Shell: Ctrl+Shift+Esc"
|
|
},
|
|
{
|
|
time: "14:36",
|
|
description: "Broadcast text: launch --allow-remote-control kitty +kitten broadcast"
|
|
},
|
|
{
|
|
time: "15:18",
|
|
description: "Kitty Remote Control Protocol"
|
|
},
|
|
{
|
|
time: "15:52",
|
|
description: "Interactive Kitty Shell: Help"
|
|
},
|
|
{
|
|
time: "16:34",
|
|
description: "Choose theme interactively: kitty +kitten themes -h"
|
|
},
|
|
{
|
|
time: "17:23",
|
|
description: "Choose theme by name: kitty +kitten themes [options] [theme_name]"
|
|
}
|
|
]
|