kitty/kitty/rc
2021-07-29 09:04:07 +05:30
..
__init__.py
base.py Remote control: Allow matching tabs by index number in currently active OS Window 2021-06-11 09:12:08 +05:30
close_tab.py Fix @close-tab not working with pipe based remote control 2021-04-22 10:23:04 +05:30
close_window.py
create_marker.py Use new URL scheme and define the kitty website centrally as much as possible 2021-07-27 09:03:11 +05:30
detach_tab.py
detach_window.py
disable_ligatures.py
env.py A new remote control command @env to change the default environment passed to newly created windows 2021-04-24 18:06:57 +05:30
focus_tab.py ... 2021-04-22 10:24:57 +05:30
focus_window.py
get_colors.py Use the new get_options() function 2021-05-24 12:29:11 +05:30
get_text.py Merge branch 'master' of https://github.com/copy/kitty 2021-05-17 07:42:13 +05:30
goto_layout.py Add layout name completion to @ goto-layout 2021-05-15 10:25:34 +05:30
kitten.py
last_used_layout.py
launch.py
ls.py ... 2021-04-24 18:02:16 +05:30
new_window.py
remove_marker.py
resize_os_window.py A new remote control command to resize OS Windows 2021-07-25 22:57:00 +05:30
resize_window.py
scroll_window.py Add the ability to unscroll the screen to the `kitty @ scroll-window` remote control command 2021-05-11 14:36:52 +05:30
send_text.py Fix type checking in send_text 2021-07-29 09:04:07 +05:30
set_background_image.py ... 2021-05-15 09:42:52 +05:30
set_background_opacity.py Use the new get_options() function 2021-05-24 12:29:11 +05:30
set_colors.py Use a more efficient representation of the color table on the Options object 2021-06-03 22:17:37 +05:30
set_font_size.py Note that set-font-size --all changes configured size 2021-06-05 09:39:10 +05:30
set_spacing.py Refactor configuration file parsing 2021-05-31 17:40:49 +05:30
set_tab_title.py
set_window_title.py
signal_child.py