X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/18b07fcef56a9f674f77cd2a74627170a02bc88f..refs/heads/master:/kitty/kitty.conf diff --git a/kitty/kitty.conf b/kitty/kitty.conf index bdfa145..7388341 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -42,7 +42,7 @@ scrollback_pager less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER #: URLs detect_urls yes url_prefixes http https file ftp -open_url_with default +open_url_with rifle open_url_modifiers kitty_mod url_style curly @@ -243,9 +243,13 @@ allow_hyperlinks yes #: Process hyperlink (OSC 8) escape sequences. If disabled OSC 8 #: escape sequences are ignored. Otherwise they become clickable -#: links, that you can click by holding down ctrl+shift and clicking -#: with the mouse. The special value of ``ask`` means that kitty will -#: ask before opening the link. +#: links, that you can click with the mouse or by using the hints +#: kitten . The +#: special value of ask means that kitty will ask before opening the +#: link when clicked. + +shell_integration no-sudo + term xterm-kitty @@ -331,7 +335,7 @@ clear_all_shortcuts no #: You can have kitty remove all shortcut definition seen up to this #: point. Useful, for instance, to remove the default shortcuts. -# kitten_alias hints hints --hints-offset=0 +kitten_alias hints hints --hints-offset=0 --alphabet="asonetuhid'l,r.cpgyf;zqvjwkmxb" #: You can create aliases for kitten names, this allows overriding the #: defaults for kitten options and can also be used to shorten @@ -377,7 +381,9 @@ map kitty_mod+k scroll_line_up map kitty_mod+down scroll_line_down map kitty_mod+j scroll_line_down map kitty_mod+page_up scroll_page_up +map shift+page_up scroll_page_up map kitty_mod+page_down scroll_page_down +map shift+page_down scroll_page_down map kitty_mod+home scroll_home map kitty_mod+end scroll_end map kitty_mod+h show_scrollback @@ -432,7 +438,7 @@ map kitty_mod+n new_os_window map kitty_mod+w close_window map kitty_mod+] next_window map kitty_mod+[ previous_window -map kitty_mod+f move_window_forward +# map kitty_mod+f move_window_forward map kitty_mod+b move_window_backward map kitty_mod+` move_window_to_top map kitty_mod+r start_resizing_window @@ -515,7 +521,7 @@ map kitty_mod+backspace change_font_size all 0 #: external program or insert it into the terminal or copy it to the #: clipboard. -map kitty_mod+e kitten hints +map kitty_mod+f kitten hints #: Open a currently visible URL using the keyboard. The program used #: to open the URL is specified in open_url_with.