Update kitty config

This commit is contained in:
rydesun 2023-03-01 22:12:36 +08:00
parent 5eecbbf001
commit c42de3300f

View file

@ -21,7 +21,7 @@ scrollback_lines 20000
# 使用nvim作为pager
# 需要搭配我的neovim配置
# https://github.com/rydesun/neovim-config/blob/master/init.lua#L3
scrollback_pager nvim --cmd "let paging=1 | let ansi=1"
scrollback_pager nvim -R --cmd "let paging=1 | let ansi=1"
# }}}
# {{{ 按键
@ -36,11 +36,11 @@ map ctrl+t>ctrl+d detach_window ask
kitten_alias hints hints --alphabet ;ajfkdlshgqweruiopzxcvnmtby1230[
# 插入
map ctrl+g>ctrl+g kitten hints --type=word --program -
map ctrl+g>ctrl+w kitten hints --type=word --program -
map ctrl+g>ctrl+l kitten hints --type=line --program -
# 复制
map ctrl+g>g kitten hints --type=word --program @
map ctrl+g>w kitten hints --type=word --program @
map ctrl+g>l kitten hints --type=line --program @
map ctrl+g>u kitten hints --type=url --program @