kitty_mod+equal change_font_size all +2.0
kitty_mod+minus change_font_size all -2.0
kitty_mod+backspace change_font_size all 0
Select and act on visible text
kitty_mod+e // 在terminal中选择并打开url网页链接 #Open a currently visible URL using the keyboard. The program used to open the URL is specified in open_url_with.
kitty_mod+p>f // 在terminal中选择路径或者文件名,将其输入到terminal中.Select a path/filename and insert it into the terminal. Useful, forinstance to run git commands on a filename output from a previous git command.
kitty_mod+p>shift+f // Select a path/filename and open it with the default open program.
kitty_mod+p>l // Select a line of text and insert it into the terminal. Use for the output of things like: ls -1
kitty_mod+p>w // Select words and insert into terminal.
kitty_mod+p>h // Select something that looks like a hash and insert it into the terminal. Useful with git, which uses sha1 hashes to identify commits
kitty_mod+p>n // Select something that looks like filename:linenum and open it in vim at the specified line number.
Miscellaneous
kitty_mod+f11 toggle_fullscreen
kitty_mod+f10 toggle_maximized
kitty_mod+u kitten unicode_input
kitty_mod+f2 edit_config_file
kitty_mod+escape kitty_shell window // Open the kitty shell in a new window/tab/overlay/os_window to control kitty using commands.
kitty_mod+a>m set_background_opacity +0.1
kitty_mod+a>l set_background_opacity -0.1
kitty_mod+a>1 set_background_opacity 1
kitty_mod+a>d set_background_opacity default
kitty_mod+delete clear_terminal reset active