This commit is contained in:
паша душный 2023-03-16 15:44:37 +03:00
parent 5478beac49
commit cdd176b352
4 changed files with 55 additions and 35 deletions

View file

@ -6,16 +6,21 @@
#: individual font faces and even specify special fonts for particular
#: characters.
# font_family Mononoki Nerd Font Complete
# bold_font Mononoki Nerd Font Complete Bold
# italic_font Mononoki Nerd Font Complete Italic
# bold_italic_font Mononoki Nerd Font Complete Bold Italic
#font_family Mononoki Nerd Font Complete
#bold_font Mononoki Nerd Font Complete Bold
#italic_font Mononoki Nerd Font Complete Italic
#bold_italic_font Mononoki Nerd Font Complete Bold Italic
font_family Fira Mono Medium
font_family Fira Mono Medium
bold_font Fira Mono Bold
italic_font auto
bold_italic_font auto
# font_family OverpassMono Nerd Font
# bold_font OverpassMono Nerd Font Bold
# italic_font OverpassMono Nerd Font Italic
# bold_italic_font OverpassMono Nerd Font Semibold
#: You can specify different fonts for the bold/italic/bold-italic
#: variants. To get a full list of supported fonts use the `kitty
#: +list-fonts` command. By default they are derived automatically, by
@ -255,7 +260,7 @@ cursor_stop_blinking_after 15.0
#: Scrollback {{{
scrollback_lines 512000
scrollback_lines 1048576
#: Number of lines of history to keep in memory for scrolling back.
#: Memory is allocated on demand. Negative numbers are (effectively)
@ -643,7 +648,7 @@ enable_audio_bell no
#: The audio bell. Useful to disable it in environments that require
#: silence.
visual_bell_duration 0.0
visual_bell_duration 0.1
#: The visual bell duration (in seconds). Flash the screen when a bell
#: occurs for the specified number of seconds. Set to zero to disable.
@ -1214,7 +1219,7 @@ shell .
#: --login and --interactive to ensure that the shell starts in
#: interactive mode and reads its startup rc files.
editor .
editor vim
#: The terminal based text editor (such as vim or nano) to use when
#: editing the kitty config file or similar tasks.
@ -1226,7 +1231,8 @@ editor .
#: kitty will cycle through various known editors (vim, emacs, etc.)
#: and take the first one that exists on your system.
close_on_child_death no
# close_on_child_death no
close_on_child_death yes
#: Close the window when the child process (shell) exits. With the
#: default value no, the terminal will remain open when the child
@ -1833,8 +1839,8 @@ map kitty_mod+g show_last_command_output
#: New window
map kitty_mod+enter new_window
map cmd+enter new_window
# map kitty_mod+enter new_window
# map cmd+enter new_window
#:: You can open a new kitty window running an arbitrary program, for
#:: example::
@ -1864,8 +1870,8 @@ map cmd+enter new_window
#: New OS window
map kitty_mod+n new_os_window
map cmd+n new_os_window
# map kitty_mod+n new_os_window
# map cmd+n new_os_window
#:: Works like new_window above, except that it opens a top-level OS
#:: window. In particular you can use new_os_window_with_cwd to open