]> git.rmz.io Git - dotfiles.git/blobdiff - kitty/kitty.conf
nvim: remove nvim-cmp from neorg completion
[dotfiles.git] / kitty / kitty.conf
index bdfa145f3e51c0a5d1ac8396c499f47ffd5e4e50..73883419e38926d50404650ef8f8684ad1a42232 100644 (file)
@@ -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 <https://sw.kovidgoyal.net/kitty/kittens/hints/>. 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.