Adjusts after using the system for some time

This commit is contained in:
2022-03-06 09:40:49 +01:00
parent e0e26d4488
commit 768a45b3d4
13 changed files with 869 additions and 750 deletions

View File

@@ -1,7 +1,7 @@
# vim:fileencoding=utf-8:ft=conf:foldmethod=marker
#: Fonts {{{
#: kitty has very powerful font management. You can configure
#: individual font faces and even specify special fonts for particular
#: characters.
@@ -163,7 +163,7 @@ box_drawing_scale 0.001, 1, 1.5, 2
#: }}}
#: Cursor customization {{{
cursor #f2f2f2
#: Default cursor color
@@ -203,7 +203,7 @@ cursor_stop_blinking_after 99.0
#: }}}
#: Scrollback {{{
scrollback_lines 5000
#: Number of lines of history to keep in memory for scrolling back.
@@ -259,7 +259,7 @@ touch_scroll_multiplier 1.0
#: }}}
#: Mouse {{{
mouse_hide_wait 3.0
mouse_map right click paste_from_clipboard
@@ -355,7 +355,7 @@ pointer_shape_when_dragging beam
#: Valid values are: arrow, beam and hand
#: Mouse actions {{{
#: Mouse buttons can be remapped to perform arbitrary actions. The
#: syntax for doing so is:
@@ -436,7 +436,7 @@ mouse_map shift+right press ungrabbed,grabbed mouse_selection extend
#: }}}
#: Performance tuning {{{
repaint_delay 10
#: Delay (in milliseconds) between screen updates. Decreasing it,
@@ -467,7 +467,7 @@ sync_to_monitor yes
#: }}}
#: Terminal bell {{{
enable_audio_bell no
#: Enable/disable the audio bell. Useful in environments that require
@@ -496,7 +496,7 @@ command_on_bell none
#: }}}
#: Window layout {{{
remember_window_size yes
initial_window_width 800
initial_window_height 500
@@ -632,7 +632,7 @@ confirm_os_window_close 0
#: }}}
#: Tab bar {{{
tab_bar_edge bottom
#: Which edge to show the tab bar on, top or bottom
@@ -734,7 +734,7 @@ tab_bar_background none
#: }}}
#: Color scheme {{{
foreground #f2f2f2
background #09141E
@@ -805,7 +805,7 @@ selection_background #fffacd
#: The background for text selected with the mouse.
#: The color table {{{
#: The 256 terminal colors. There are 8 basic colors, each color has a
#: dull and bright version, for the first 16 colors. You can set the
#: remaining 240 colors as color16 to color255.
@@ -872,7 +872,7 @@ mark3_background #f274bc
#: }}}
#: Advanced {{{
shell .
#: The shell program to execute. The default value of . means to use
@@ -980,6 +980,7 @@ allow_hyperlinks yes
term xterm-kitty
# term xterm-kitty
#: The value of the TERM environment variable to set. Changing this
#: can break many terminal programs, only change it if you know what
#: you are doing, not because you read some advice on Stack Overflow
@@ -994,7 +995,7 @@ term xterm-kitty
#: }}}
#: OS specific tweaks {{{
wayland_titlebar_color system
#: Change the color of the kitty window's titlebar on Wayland systems
@@ -1081,7 +1082,7 @@ linux_display_server auto
#: }}}
#: Keyboard shortcuts {{{
#: Keys are identified simply by their lowercase unicode characters.
#: For example: ``a`` for the A key, ``[`` for the left square bracket
#: key, etc. For functional keys, such as ``Enter or Escape`` the
@@ -1161,7 +1162,7 @@ clear_all_shortcuts no
#: including the builtin ones.
#: Clipboard {{{
map kitty_mod+c copy_to_clipboard
#: There is also a copy_or_interrupt action that can be optionally
@@ -1190,7 +1191,7 @@ map kitty_mod+v paste_from_clipboard
#: }}}
#: Scrolling {{{
map kitty_mod+up scroll_line_up
map kitty_mod+down scroll_line_down
map kitty_mod+page_up scroll_page_up
@@ -1212,7 +1213,7 @@ map kitty_mod+h show_scrollback
#: }}}
#: Window management {{{
#map kitty_mod+enter new_window
#: You can open a new window running an arbitrary program, for
@@ -1266,7 +1267,7 @@ map kitty_mod+0 tenth_window
#: }}}
#: Tab management {{{
map kitty_mod+right next_tab
map kitty_mod+left previous_tab
map kitty_mod+t new_tab
@@ -1292,7 +1293,7 @@ map kitty_mod+alt+t set_tab_title
#: }}}
#: Layout management {{{
map kitty_mod+l next_layout
#: You can also create shortcuts to switch to specific layouts::
@@ -1306,7 +1307,7 @@ map kitty_mod+l next_layout
#: }}}
#: Font sizes {{{
#: You can change the font size for all top-level kitty OS windows at
#: a time or only the current one.
@@ -1325,7 +1326,7 @@ map kitty_mod+backspace change_font_size all 0
#: }}}
#: Select and act on visible text {{{
#: Use the hints kitten to select text and either pass it to an
#: external program or insert it into the terminal or copy it to the
#: clipboard.
@@ -1376,7 +1377,7 @@ map kitty_mod+p>y kitten hints --type hyperlink
#: }}}
#: Miscellaneous {{{
map kitty_mod+f11 toggle_fullscreen
map kitty_mod+f10 toggle_maximized
map kitty_mod+u kitten unicode_input
@@ -1414,7 +1415,7 @@ map kitty_mod+delete clear_terminal reset active
#: .. code-block:: sh
#: scroll-and-clear-screen() {
#: printf '\n%.0s' {1..$LINES}
#: printf '\n%.0s' {1..$LINES}
#: zle clear-screen
#: }
#: zle -N scroll-and-clear-screen
@@ -1463,4 +1464,4 @@ map kitty_mod+f6 debug_config
#: }}}
#: }}}
#: }}}