kitty stuff
This commit is contained in:
parent
23d964d42f
commit
0c51473d17
|
@ -18,13 +18,17 @@ allow_remote_control socket-only
|
||||||
listen_on unix:///tmp/kitty.sock
|
listen_on unix:///tmp/kitty.sock
|
||||||
env KITTY_TERM=TRUE
|
env KITTY_TERM=TRUE
|
||||||
shell_integration enabled
|
shell_integration enabled
|
||||||
|
dynamic_background_opacity yes
|
||||||
|
background_opacity 1.0
|
||||||
|
|
||||||
# urls
|
# urls
|
||||||
url_color #4d87bd
|
url_color #4d87bd
|
||||||
url_style curly
|
url_style curly
|
||||||
|
url_prefixes file ftp ftps gemini git gopher http https irc ircs kitty mailto news sftp ssh
|
||||||
detect_urls yes
|
detect_urls yes
|
||||||
show_hyperlink_targets yes
|
show_hyperlink_targets yes
|
||||||
underline_hyperlinks always
|
underline_hyperlinks always
|
||||||
|
map ctrl+shift+e open_url_with_hints
|
||||||
|
|
||||||
map alt+e next_tab
|
map alt+e next_tab
|
||||||
map alt+q previous_tab
|
map alt+q previous_tab
|
||||||
|
@ -40,3 +44,13 @@ map ctrl+shift+k scroll_page_up
|
||||||
map ctrl+shift+j scroll_page_down
|
map ctrl+shift+j scroll_page_down
|
||||||
touch_scroll_multiplier 2.5
|
touch_scroll_multiplier 2.5
|
||||||
wheel_scroll_multiplier 5.0
|
wheel_scroll_multiplier 5.0
|
||||||
|
|
||||||
|
# bg
|
||||||
|
map ctrl+shift+a>m set_background_opacity +0.1
|
||||||
|
map ctrl+shift+a>l set_background_opacity -0.1
|
||||||
|
map ctrl+shift+a>1 set_background_opacity 1
|
||||||
|
map ctrl+shift+a>0 set_background_opacity 0.8
|
||||||
|
|
||||||
|
# more terminals in my terminal
|
||||||
|
enabled_layouts tall:bias=50;full_size=1;mirrored=false
|
||||||
|
#map ctrl+shift+enter make me a new fucking window
|
||||||
|
|
Loading…
Reference in New Issue