]> git.rmz.io Git - dotfiles.git/blobdiff - kitty/kitty.conf
mpv: don't ignore vp9 codecs
[dotfiles.git] / kitty / kitty.conf
index bdfa145f3e51c0a5d1ac8396c499f47ffd5e4e50..2a4ea8e8fc49eca21bea37d1e2ad1dd403485dad 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
 
@@ -331,7 +331,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 +377,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 +434,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 +517,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.