Update kitty.conf

This commit is contained in:
Daniel Carrillo 2021-12-10 20:12:25 +01:00
parent 603115af8e
commit 848cd57045
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16
1 changed files with 2 additions and 2 deletions

View File

@ -477,7 +477,7 @@ sync_to_monitor yes
#: Terminal bell {{{
enable_audio_bell yes
enable_audio_bell no
#: Enable/disable the audio bell. Useful in environments that require
#: silence.
@ -1235,7 +1235,7 @@ map kitty_mod+page_up scroll_page_up
map kitty_mod+page_down scroll_page_down
map kitty_mod+home scroll_home
map kitty_mod+end scroll_end
map kitty_mod+f show_scrollback
map kitty_mod+f launch --type=overlay --stdin-add-formatting --stdin-source=@screen_scrollback fzf --ansi --no-sort --no-mouse --exact -i
#: You can pipe the contents of the current screen + history buffer as
#: STDIN to an arbitrary program using the ``launch`` function. For